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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4990

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)


4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4990

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)


4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4990

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)


4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4990

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)


4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4990

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)


4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4990

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