Class: Aws::MediaConnect::Types::AddFlowVpcInterfacesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::AddFlowVpcInterfacesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful AddFlowVpcInterfaces request. The response includes the details of the newly added VPC interfaces.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the flow that these VPC interfaces were added to.
-
#vpc_interfaces ⇒ Array<Types::VpcInterface>
The details of the newly added VPC interfaces.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the flow that these VPC interfaces were added to.
396 397 398 399 400 401 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 396 class AddFlowVpcInterfacesResponse < Struct.new( :flow_arn, :vpc_interfaces) SENSITIVE = [] include Aws::Structure end |
#vpc_interfaces ⇒ Array<Types::VpcInterface>
The details of the newly added VPC interfaces.
396 397 398 399 400 401 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 396 class AddFlowVpcInterfacesResponse < Struct.new( :flow_arn, :vpc_interfaces) SENSITIVE = [] include Aws::Structure end |