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:



22132
22133
22134
22135
22136
22137
22138
22139
# File 'lib/aws-sdk-ec2/types.rb', line 22132

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>)


22132
22133
22134
22135
22136
22137
22138
22139
# File 'lib/aws-sdk-ec2/types.rb', line 22132

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)


22132
22133
22134
22135
22136
22137
22138
22139
# File 'lib/aws-sdk-ec2/types.rb', line 22132

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)


22132
22133
22134
22135
22136
22137
22138
22139
# File 'lib/aws-sdk-ec2/types.rb', line 22132

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