Class: Aws::MediaConnect::Types::UpdateBridgeStateResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bridge_arnString

The Amazon Resource Number (ARN) of the bridge.

Returns:

  • (String)


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_stateString

The state of the bridge. ACTIVE or STANDBY.

Returns:

  • (String)


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