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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#gateway_instance_arnString

The Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


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_stateString

The status of the instance.

Returns:

  • (String)


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