Class: Aws::MediaConnect::Types::UpdateBridgeStateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateBridgeStateResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The bridge state has been updated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge_arn ⇒ String
The Amazon Resource Number (ARN) of the bridge.
-
#desired_state ⇒ String
The state of the bridge.
Instance Attribute Details
#bridge_arn ⇒ String
The Amazon Resource Number (ARN) of the bridge.
4553 4554 4555 4556 4557 4558 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4553 class UpdateBridgeStateResponse < Struct.new( :bridge_arn, :desired_state) SENSITIVE = [] include Aws::Structure end |
#desired_state ⇒ String
The state of the bridge. ACTIVE or STANDBY.
4553 4554 4555 4556 4557 4558 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4553 class UpdateBridgeStateResponse < Struct.new( :bridge_arn, :desired_state) SENSITIVE = [] include Aws::Structure end |