Class: Aws::MediaConnect::Types::UpdateBridgeFlowSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateBridgeFlowSourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Update the flow source of the bridge.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The ARN of the cloud flow to use as a source of this bridge.
-
#flow_vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
The name of the VPC interface attachment to use for this source.
Instance Attribute Details
#flow_arn ⇒ String
The ARN of the cloud flow to use as a source of this bridge.
4325 4326 4327 4328 4329 4330 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4325 class UpdateBridgeFlowSourceRequest < Struct.new( :flow_arn, :flow_vpc_interface_attachment) SENSITIVE = [] include Aws::Structure end |
#flow_vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
The name of the VPC interface attachment to use for this source.
4325 4326 4327 4328 4329 4330 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4325 class UpdateBridgeFlowSourceRequest < Struct.new( :flow_arn, :flow_vpc_interface_attachment) SENSITIVE = [] include Aws::Structure end |