Class: Aws::MediaConnect::Types::AddFlowVpcInterfacesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::AddFlowVpcInterfacesRequest
- 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 update.
-
#vpc_interfaces ⇒ Array<Types::VpcInterfaceRequest>
A list of VPC interfaces that you want to add to the flow.
Instance Attribute Details
#flow_arn ⇒ String
The Amazon Resource Name (ARN) of the flow that you want to update.
377 378 379 380 381 382 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 377 class AddFlowVpcInterfacesRequest < Struct.new( :flow_arn, :vpc_interfaces) SENSITIVE = [] include Aws::Structure end |
#vpc_interfaces ⇒ Array<Types::VpcInterfaceRequest>
A list of VPC interfaces that you want to add to the flow.
377 378 379 380 381 382 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 377 class AddFlowVpcInterfacesRequest < Struct.new( :flow_arn, :vpc_interfaces) SENSITIVE = [] include Aws::Structure end |