Class: Aws::ElasticsearchService::Types::DescribeElasticsearchInstanceTypeLimitsRequest

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

Overview

Container for the parameters to ‘ DescribeElasticsearchInstanceTypeLimits ` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for Elasticsearch ‘ Limits ` for existing domain.

Returns:

  • (String)


1459
1460
1461
1462
1463
1464
1465
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1459

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

#elasticsearch_versionString

Version of Elasticsearch for which ‘ Limits ` are needed.

Returns:

  • (String)


1459
1460
1461
1462
1463
1464
1465
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1459

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

#instance_typeString

The instance type for an Elasticsearch cluster for which Elasticsearch ‘ Limits ` are needed.

Returns:

  • (String)


1459
1460
1461
1462
1463
1464
1465
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1459

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