Class: Aws::EC2::Types::DescribeMacHostsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeMacHostsRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #filters  ⇒ Array<Types::Filter> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The filters.
 - 
  
    
      #host_ids  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IDs of the EC2 Mac Dedicated Hosts.
 - 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of results to return for the request in a single page.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
The filters.
- 
‘availability-zone` - The Availability Zone of the EC2 Mac Dedicated Host.
 - 
‘instance-type` - The instance type size that the EC2 Mac Dedicated Host is configured to support.
 
      24212 24213 24214 24215 24216 24217 24218 24219  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 24212 class DescribeMacHostsRequest < Struct.new( :filters, :host_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#host_ids ⇒ Array<String>
The IDs of the EC2 Mac Dedicated Hosts.
      24212 24213 24214 24215 24216 24217 24218 24219  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 24212 class DescribeMacHostsRequest < Struct.new( :filters, :host_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#max_results ⇒ Integer
The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned ‘nextToken` value. This value can be between 5 and
- 
If ‘maxResults` is given a larger value than 500, you receive
 
an error.
      24212 24213 24214 24215 24216 24217 24218 24219  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 24212 class DescribeMacHostsRequest < Struct.new( :filters, :host_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token to use to retrieve the next page of results.
      24212 24213 24214 24215 24216 24217 24218 24219  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 24212 class DescribeMacHostsRequest < Struct.new( :filters, :host_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end  |