Class: Aws::MediaConnect::Types::CreateGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::CreateGatewayResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway ⇒ Types::Gateway
The gateway that you created.
Instance Attribute Details
#gateway ⇒ Types::Gateway
The gateway that you created.
1436 1437 1438 1439 1440 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1436 class CreateGatewayResponse < Struct.new( :gateway) SENSITIVE = [] include Aws::Structure end |