Class: Aws::ElasticsearchService::Types::Limits

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

Overview

Limits for given InstanceType and for each of it’s role.

Limits contains following ` StorageTypes, ` ` InstanceLimits ` and `

AdditionalLimits ‘

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_limitsArray<Types::AdditionalLimit>

List of additional limits that are specific to a given InstanceType and for each of it’s ‘ InstanceRole ` .

Returns:



2840
2841
2842
2843
2844
2845
2846
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2840

class Limits < Struct.new(
  :storage_types,
  :instance_limits,
  :additional_limits)
  SENSITIVE = []
  include Aws::Structure
end

#instance_limitsTypes::InstanceLimits

InstanceLimits represents the list of instance related attributes that are available for given InstanceType.



2840
2841
2842
2843
2844
2845
2846
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2840

class Limits < Struct.new(
  :storage_types,
  :instance_limits,
  :additional_limits)
  SENSITIVE = []
  include Aws::Structure
end

#storage_typesArray<Types::StorageType>

StorageType represents the list of storage related types and attributes that are available for given InstanceType.

Returns:



2840
2841
2842
2843
2844
2845
2846
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2840

class Limits < Struct.new(
  :storage_types,
  :instance_limits,
  :additional_limits)
  SENSITIVE = []
  include Aws::Structure
end