Class: Aws::MediaConnect::Types::RemoveFlowVpcInterfaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RemoveFlowVpcInterfaceResponse
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful RemoveFlowVpcInterface request including the flow ARN and the VPC interface name that was removed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the flow that is associated with the VPC interface you removed.
-
#non_deleted_network_interface_ids ⇒ Array<String>
IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.
-
#vpc_interface_name ⇒ String
The name of the VPC interface that was removed.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that is associated with the VPC interface you removed.
3523 3524 3525 3526 3527 3528 3529 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3523 class RemoveFlowVpcInterfaceResponse < Struct.new( :flow_arn, :non_deleted_network_interface_ids, :vpc_interface_name) SENSITIVE = [] include Aws::Structure end |
#non_deleted_network_interface_ids ⇒ Array<String>
IDs of network interfaces associated with the removed VPC interface that Media Connect was unable to remove.
3523 3524 3525 3526 3527 3528 3529 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3523 class RemoveFlowVpcInterfaceResponse < Struct.new( :flow_arn, :non_deleted_network_interface_ids, :vpc_interface_name) SENSITIVE = [] include Aws::Structure end |
#vpc_interface_name ⇒ String
The name of the VPC interface that was removed.
3523 3524 3525 3526 3527 3528 3529 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 3523 class RemoveFlowVpcInterfaceResponse < Struct.new( :flow_arn, :non_deleted_network_interface_ids, :vpc_interface_name) SENSITIVE = [] include Aws::Structure end |