Class: Aws::MediaConnect::Types::UpdateGatewayInstanceResponse

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

Overview

The result of a successful UpdateGatewayInstance request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_placementString

The availability of the instance to host new bridges. The bridgePlacement property can be LOCKED or AVAILABLE. If it is LOCKED, no new bridges can be deployed to this instance. If it is AVAILABLE, new bridges can be added to this instance.

Returns:

  • (String)


5104
5105
5106
5107
5108
5109
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5104

class UpdateGatewayInstanceResponse < Struct.new(
  :bridge_placement,
  :gateway_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_instance_arnString

The Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


5104
5105
5106
5107
5108
5109
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5104

class UpdateGatewayInstanceResponse < Struct.new(
  :bridge_placement,
  :gateway_instance_arn)
  SENSITIVE = []
  include Aws::Structure
end