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.
9184 9185 9186 9187 9188 9189 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 9184 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.
9184 9185 9186 9187 9188 9189 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 9184 class UpdateGatewayInstanceResponse < Struct.new( :bridge_placement, :gateway_instance_arn) SENSITIVE = [] include Aws::Structure end |