Class: Aws::MediaConnect::Types::RemoveFlowVpcInterfaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::RemoveFlowVpcInterfaceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to remove a VPC interface from.
-
#vpc_interface_name ⇒ String
The name of the VPC interface that you want to remove.
Instance Attribute Details
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to remove a VPC interface from.
3794 3795 3796 3797 3798 3799 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3794 class RemoveFlowVpcInterfaceRequest < Struct.new( :flow_arn, :vpc_interface_name) SENSITIVE = [] include Aws::Structure end |
#vpc_interface_name ⇒ String
The name of the VPC interface that you want to remove.
3794 3795 3796 3797 3798 3799 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3794 class RemoveFlowVpcInterfaceRequest < Struct.new( :flow_arn, :vpc_interface_name) SENSITIVE = [] include Aws::Structure end |