Class: Aws::OpenSearchService::Types::DescribeInstanceTypeLimitsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeInstanceTypeLimitsRequest
- 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
-
#domain_name ⇒ String
The name of the domain.
-
#engine_version ⇒ String
Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y.
-
#instance_type ⇒ String
The OpenSearch Service instance type for which you need limit information.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain. Only specify if you need the limits for an existing domain.
2356 2357 2358 2359 2360 2361 2362 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2356 class DescribeInstanceTypeLimitsRequest < Struct.new( :domain_name, :instance_type, :engine_version) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.
2356 2357 2358 2359 2360 2361 2362 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2356 class DescribeInstanceTypeLimitsRequest < Struct.new( :domain_name, :instance_type, :engine_version) SENSITIVE = [] include Aws::Structure end |
#instance_type ⇒ String
The OpenSearch Service instance type for which you need limit information.
2356 2357 2358 2359 2360 2361 2362 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2356 class DescribeInstanceTypeLimitsRequest < Struct.new( :domain_name, :instance_type, :engine_version) SENSITIVE = [] include Aws::Structure end |