Class: Aws::MediaConnect::Types::UpdateGatewayInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateGatewayInstanceResponse
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful UpdateGatewayInstance request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge_placement ⇒ String
The availability of the instance to host new bridges.
-
#gateway_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the instance.
Instance Attribute Details
#bridge_placement ⇒ String
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.
5312 5313 5314 5315 5316 5317 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5312 class UpdateGatewayInstanceResponse < Struct.new( :bridge_placement, :gateway_instance_arn) SENSITIVE = [] include Aws::Structure end |
#gateway_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the instance.
5312 5313 5314 5315 5316 5317 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 5312 class UpdateGatewayInstanceResponse < Struct.new( :bridge_placement, :gateway_instance_arn) SENSITIVE = [] include Aws::Structure end |