You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Limits for given InstanceType and for each of it's role.
Limits contains following StorageTypes, InstanceLimits and AdditionalLimits

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:

  • (Array<Types::AdditionalLimit>)

    List of additional limits that are specific to a given InstanceType and for each of it\'s InstanceRole .

#instance_limitsTypes::InstanceLimits

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

Returns:

  • (Types::InstanceLimits)

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

#storage_typesArray<Types::StorageType>

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

Returns:

  • (Array<Types::StorageType>)

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