Class: Aws::MediaConnect::Types::UpdateBridgeStateRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_arnString

The Amazon Resource Name (ARN) of the bridge that you want to update the state of.

Returns:

  • (String)


4861
4862
4863
4864
4865
4866
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4861

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

#desired_stateString

The desired state for the bridge.

Returns:

  • (String)


4861
4862
4863
4864
4865
4866
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4861

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