Class: Aws::MediaConnect::Types::UpdateGatewayInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateGatewayInstanceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bridge_placement ⇒ String
The state of the instance.
-
#gateway_instance_arn ⇒ String
The ARN of the instance that was updated.
Instance Attribute Details
#bridge_placement ⇒ String
The state of the instance. ‘ACTIVE` or `INACTIVE`.
5526 5527 5528 5529 5530 5531 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5526 class UpdateGatewayInstanceResponse < Struct.new( :bridge_placement, :gateway_instance_arn) SENSITIVE = [] include Aws::Structure end |
#gateway_instance_arn ⇒ String
The ARN of the instance that was updated.
5526 5527 5528 5529 5530 5531 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5526 class UpdateGatewayInstanceResponse < Struct.new( :bridge_placement, :gateway_instance_arn) SENSITIVE = [] include Aws::Structure end |