Class: Aws::EC2::Types::DescribeMacHostsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeMacHostsRequest
- Defined in:
- gems/aws-sdk-ec2/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.
28158 28159 28160 28161 28162 28163 28164 28165 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28158 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.
28158 28159 28160 28161 28162 28163 28164 28165 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28158 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
500. If maxResults is given a larger value than 500, you receive
an error.
28158 28159 28160 28161 28162 28163 28164 28165 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28158 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.
28158 28159 28160 28161 28162 28163 28164 28165 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28158 class DescribeMacHostsRequest < Struct.new( :filters, :host_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |