Class: Aws::OpenSearchService::Types::DescribeInstanceTypeLimitsRequest

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

Overview

Container for the parameters to the ‘DescribeInstanceTypeLimits` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain. Only specify if you need the limits for an existing domain.

Returns:

  • (String)


2652
2653
2654
2655
2656
2657
2658
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2652

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

#engine_versionString

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

Returns:

  • (String)


2652
2653
2654
2655
2656
2657
2658
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2652

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

#instance_typeString

The OpenSearch Service instance type for which you need limit information.

Returns:

  • (String)


2652
2653
2654
2655
2656
2657
2658
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2652

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