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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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)


4455
4456
4457
4458
4459
4460
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4455

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)


4455
4456
4457
4458
4459
4460
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4455

class UpdateBridgeStateResponse < Struct.new(
  :bridge_arn,
  :desired_state)
  SENSITIVE = []
  include Aws::Structure
end