Class: Aws::Outposts::Types::StartConnectionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Outposts::Types::StartConnectionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-outposts/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #connection_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the connection.
 - 
  
    
      #underlay_ip_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The underlay IP address.
 
Instance Attribute Details
#connection_id ⇒ String
The ID of the connection.
      2178 2179 2180 2181 2182 2183  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 2178 class StartConnectionResponse < Struct.new( :connection_id, :underlay_ip_address) SENSITIVE = [] include Aws::Structure end  | 
  
#underlay_ip_address ⇒ String
The underlay IP address.
      2178 2179 2180 2181 2182 2183  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 2178 class StartConnectionResponse < Struct.new( :connection_id, :underlay_ip_address) SENSITIVE = [] include Aws::Structure end  |