Class: Aws::OpenSearchService::Types::ListInstanceTypeDetailsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain.

Returns:

  • (String)


4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4165

class ListInstanceTypeDetailsRequest < Struct.new(
  :engine_version,
  :domain_name,
  :max_results,
  :next_token,
  :retrieve_a_zs,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

The version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.

Returns:

  • (String)


4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4165

class ListInstanceTypeDetailsRequest < Struct.new(
  :engine_version,
  :domain_name,
  :max_results,
  :next_token,
  :retrieve_a_zs,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

An optional parameter that lists information for a given instance type.

Returns:

  • (String)


4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4165

class ListInstanceTypeDetailsRequest < Struct.new(
  :engine_version,
  :domain_name,
  :max_results,
  :next_token,
  :retrieve_a_zs,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.

Returns:

  • (Integer)


4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4165

class ListInstanceTypeDetailsRequest < Struct.new(
  :engine_version,
  :domain_name,
  :max_results,
  :next_token,
  :retrieve_a_zs,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If your initial ListInstanceTypeDetails operation returns a nextToken, you can include the returned nextToken in subsequent ListInstanceTypeDetails operations, which returns results in the next page.

Returns:

  • (String)


4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4165

class ListInstanceTypeDetailsRequest < Struct.new(
  :engine_version,
  :domain_name,
  :max_results,
  :next_token,
  :retrieve_a_zs,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end

#retrieve_a_zsBoolean

An optional parameter that specifies the Availability Zones for the domain.

Returns:

  • (Boolean)


4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4165

class ListInstanceTypeDetailsRequest < Struct.new(
  :engine_version,
  :domain_name,
  :max_results,
  :next_token,
  :retrieve_a_zs,
  :instance_type)
  SENSITIVE = []
  include Aws::Structure
end