Class: Aws::MediaConnect::Types::DeleteGatewayResponse

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

Overview

The result of a successful DeleteGateway request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway that was deleted.

Returns:

  • (String)


1161
1162
1163
1164
1165
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1161

class DeleteGatewayResponse < Struct.new(
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end