Class: Aws::MediaConnect::Types::CreateGatewayResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gatewayTypes::Gateway

The gateway that you created.

Returns:



1155
1156
1157
1158
1159
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1155

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