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 settings for a gateway, including its networks.
Instance Attribute Details
#gateway ⇒ Types::Gateway
The settings for a gateway, including its networks.
1081 1082 1083 1084 1085 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1081 class CreateGatewayResponse < Struct.new( :gateway) SENSITIVE = [] include Aws::Structure end |