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.
1194 1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1194 class DeregisterGatewayInstanceResponse < Struct.new( :gateway_instance_arn, :instance_state) SENSITIVE = [] include Aws::Structure end |
#instance_state ⇒ String
The status of the instance.
1194 1195 1196 1197 1198 1199 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1194 class DeregisterGatewayInstanceResponse < Struct.new( :gateway_instance_arn, :instance_state) SENSITIVE = [] include Aws::Structure end |