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.
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_version ⇒ String
Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.
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_type ⇒ String
The OpenSearch Service instance type for which you need limit information.
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 |