Class: Aws::EC2::Types::DescribeMacHostsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<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.

Returns:



22467
22468
22469
22470
22471
22472
22473
22474
# File 'lib/aws-sdk-ec2/types.rb', line 22467

class DescribeMacHostsRequest < Struct.new(
  :filters,
  :host_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#host_idsArray<String>

The IDs of the EC2 Mac Dedicated Hosts.

Returns:

  • (Array<String>)


22467
22468
22469
22470
22471
22472
22473
22474
# File 'lib/aws-sdk-ec2/types.rb', line 22467

class DescribeMacHostsRequest < Struct.new(
  :filters,
  :host_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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

  1. If ‘maxResults` is given a larger value than 500, you receive

an error.

Returns:

  • (Integer)


22467
22468
22469
22470
22471
22472
22473
22474
# File 'lib/aws-sdk-ec2/types.rb', line 22467

class DescribeMacHostsRequest < Struct.new(
  :filters,
  :host_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


22467
22468
22469
22470
22471
22472
22473
22474
# File 'lib/aws-sdk-ec2/types.rb', line 22467

class DescribeMacHostsRequest < Struct.new(
  :filters,
  :host_ids,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end