Class: Aws::MediaConnect::Types::UpdateGatewayInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::UpdateGatewayInstanceRequest
- 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 Amazon Resource Name (ARN) of the gateway instance that you want to update.
Instance Attribute Details
#bridge_placement ⇒ String
The state of the instance. ‘ACTIVE` or `INACTIVE`.
5509 5510 5511 5512 5513 5514 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5509 class UpdateGatewayInstanceRequest < Struct.new( :bridge_placement, :gateway_instance_arn) SENSITIVE = [] include Aws::Structure end |
#gateway_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway instance that you want to update.
5509 5510 5511 5512 5513 5514 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 5509 class UpdateGatewayInstanceRequest < Struct.new( :bridge_placement, :gateway_instance_arn) SENSITIVE = [] include Aws::Structure end |