Class: Aws::MediaConnect::Types::ListedBridge
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::ListedBridge
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
Displays details of the selected bridge.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge_arn ⇒ String
The ARN of the bridge.
-
#bridge_state ⇒ String
The state of the bridge.
-
#bridge_type ⇒ String
The type of the bridge.
-
#name ⇒ String
The name of the bridge.
-
#placement_arn ⇒ String
The ARN of the gateway associated with the bridge.
Instance Attribute Details
#bridge_arn ⇒ String
The ARN of the bridge.
2860 2861 2862 2863 2864 2865 2866 2867 2868 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2860 class ListedBridge < Struct.new( :bridge_arn, :bridge_state, :bridge_type, :name, :placement_arn) SENSITIVE = [] include Aws::Structure end |
#bridge_state ⇒ String
The state of the bridge.
2860 2861 2862 2863 2864 2865 2866 2867 2868 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2860 class ListedBridge < Struct.new( :bridge_arn, :bridge_state, :bridge_type, :name, :placement_arn) SENSITIVE = [] include Aws::Structure end |
#bridge_type ⇒ String
The type of the bridge.
2860 2861 2862 2863 2864 2865 2866 2867 2868 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2860 class ListedBridge < Struct.new( :bridge_arn, :bridge_state, :bridge_type, :name, :placement_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the bridge.
2860 2861 2862 2863 2864 2865 2866 2867 2868 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2860 class ListedBridge < Struct.new( :bridge_arn, :bridge_state, :bridge_type, :name, :placement_arn) SENSITIVE = [] include Aws::Structure end |
#placement_arn ⇒ String
The ARN of the gateway associated with the bridge.
2860 2861 2862 2863 2864 2865 2866 2867 2868 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2860 class ListedBridge < Struct.new( :bridge_arn, :bridge_state, :bridge_type, :name, :placement_arn) SENSITIVE = [] include Aws::Structure end |