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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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)


1149
1150
1151
1152
1153
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1149

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