Class: Aws::MediaConnect::Types::ListedBridge
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::ListedBridge
- Includes:
- Structure
- Defined in:
- 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.
2882 2883 2884 2885 2886 2887 2888 2889 2890 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2882 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.
2882 2883 2884 2885 2886 2887 2888 2889 2890 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2882 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.
2882 2883 2884 2885 2886 2887 2888 2889 2890 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2882 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.
2882 2883 2884 2885 2886 2887 2888 2889 2890 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2882 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.
2882 2883 2884 2885 2886 2887 2888 2889 2890 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2882 class ListedBridge < Struct.new( :bridge_arn, :bridge_state, :bridge_type, :name, :placement_arn) SENSITIVE = [] include Aws::Structure end |