Class: Aws::EC2::Types::DescribeOutpostLagsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeOutpostLagsResult
 
 
- Defined in:
 - gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 - 
  
    
      #outpost_lags  ⇒ Array<Types::OutpostLag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Outpost LAGs.
 
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is
null when there are no more results to return.
      28260 28261 28262 28263 28264 28265  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28260 class DescribeOutpostLagsResult < Struct.new( :outpost_lags, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#outpost_lags ⇒ Array<Types::OutpostLag>
The Outpost LAGs.
      28260 28261 28262 28263 28264 28265  | 
    
      # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28260 class DescribeOutpostLagsResult < Struct.new( :outpost_lags, :next_token) SENSITIVE = [] include Aws::Structure end  |