Class: Aws::MediaConnect::Types::DeregisterGatewayInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::DeregisterGatewayInstanceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
The result of a successful DeregisterGatewayInstance request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the instance.
-
#instance_state ⇒ String
The status of the instance.
Instance Attribute Details
#gateway_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the instance.
1204 1205 1206 1207 1208 1209 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1204 class DeregisterGatewayInstanceResponse < Struct.new( :gateway_instance_arn, :instance_state) SENSITIVE = [] include Aws::Structure end |
#instance_state ⇒ String
The status of the instance.
1204 1205 1206 1207 1208 1209 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1204 class DeregisterGatewayInstanceResponse < Struct.new( :gateway_instance_arn, :instance_state) SENSITIVE = [] include Aws::Structure end |