Class: Aws::Outposts::Types::GetOutpostSupportedInstanceTypesInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Outposts::Types::GetOutpostSupportedInstanceTypesInput
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-outposts/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum page size.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The pagination token.
 - 
  
    
      #order_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID for the Amazon Web Services Outposts order.
 - 
  
    
      #outpost_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID or ARN of the Outpost.
 
Instance Attribute Details
#max_results ⇒ Integer
The maximum page size.
      964 965 966 967 968 969 970 971  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 964 class GetOutpostSupportedInstanceTypesInput < Struct.new( :outpost_identifier, :order_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The pagination token.
      964 965 966 967 968 969 970 971  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 964 class GetOutpostSupportedInstanceTypesInput < Struct.new( :outpost_identifier, :order_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#order_id ⇒ String
The ID for the Amazon Web Services Outposts order.
      964 965 966 967 968 969 970 971  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 964 class GetOutpostSupportedInstanceTypesInput < Struct.new( :outpost_identifier, :order_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#outpost_identifier ⇒ String
The ID or ARN of the Outpost.
      964 965 966 967 968 969 970 971  | 
    
      # File 'lib/aws-sdk-outposts/types.rb', line 964 class GetOutpostSupportedInstanceTypesInput < Struct.new( :outpost_identifier, :order_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  |