Class: Aws::MediaConnect::Types::BridgeFlowOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::BridgeFlowOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The output of the bridge. A flow output is delivered to the AWS cloud.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_arn ⇒ String
The Amazon Resource Number (ARN) of the cloud flow.
-
#flow_source_arn ⇒ String
The Amazon Resource Number (ARN) of the flow source.
-
#name ⇒ String
The name of the bridge’s output.
Instance Attribute Details
#flow_arn ⇒ String
The Amazon Resource Number (ARN) of the cloud flow.
685 686 687 688 689 690 691 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 685 class BridgeFlowOutput < Struct.new( :flow_arn, :flow_source_arn, :name) SENSITIVE = [] include Aws::Structure end |
#flow_source_arn ⇒ String
The Amazon Resource Number (ARN) of the flow source.
685 686 687 688 689 690 691 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 685 class BridgeFlowOutput < Struct.new( :flow_arn, :flow_source_arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the bridge’s output.
685 686 687 688 689 690 691 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 685 class BridgeFlowOutput < Struct.new( :flow_arn, :flow_source_arn, :name) SENSITIVE = [] include Aws::Structure end |