Class: Aws::MediaConnect::Types::CreateGatewayResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaConnect::Types::CreateGatewayResponse
 
 
- Defined in:
 - gems/aws-sdk-mediaconnect/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.
      1171 1172 1173 1174 1175  | 
    
      # File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1171 class CreateGatewayResponse < Struct.new( :gateway) SENSITIVE = [] include Aws::Structure end  |