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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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)


2283
2284
2285
2286
2287
2288
2289
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2283

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)


2283
2284
2285
2286
2287
2288
2289
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2283

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)


2283
2284
2285
2286
2287
2288
2289
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 2283

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