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
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.
8962 8963 8964 8965 8966 8967 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8962 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.
8962 8963 8964 8965 8966 8967 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 8962 class UpdateGatewayInstanceResponse < Struct.new( :bridge_placement, :gateway_instance_arn) SENSITIVE = [] include Aws::Structure end |