Class: Aws::MediaConnect::Types::DeregisterGatewayInstanceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb

Overview

The result of a successful DeregisterGatewayInstance request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_instance_arnString

The Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


1182
1183
1184
1185
1186
1187
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1182

class DeregisterGatewayInstanceResponse < Struct.new(
  :gateway_instance_arn,
  :instance_state)
  SENSITIVE = []
  include Aws::Structure
end

#instance_stateString

The status of the instance.

Returns:

  • (String)


1182
1183
1184
1185
1186
1187
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1182

class DeregisterGatewayInstanceResponse < Struct.new(
  :gateway_instance_arn,
  :instance_state)
  SENSITIVE = []
  include Aws::Structure
end