Class: Aws::ElasticsearchService::Types::Limits
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::Limits
- Defined in:
- gems/aws-sdk-elasticsearchservice/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
-
#additional_limits ⇒ Array<Types::AdditionalLimit>
List of additional limits that are specific to a given InstanceType and for each of it's
InstanceRole
. -
#instance_limits ⇒ Types::InstanceLimits
InstanceLimits represents the list of instance related attributes that are available for given InstanceType.
-
#storage_types ⇒ Array<Types::StorageType>
StorageType represents the list of storage related types and attributes that are available for given InstanceType.
Instance Attribute Details
#additional_limits ⇒ Array<Types::AdditionalLimit>
List of additional limits that are specific to a given InstanceType
and for each of it's InstanceRole
.
2840 2841 2842 2843 2844 2845 2846 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2840 class Limits < Struct.new( :storage_types, :instance_limits, :additional_limits) SENSITIVE = [] include Aws::Structure end |
#instance_limits ⇒ Types::InstanceLimits
InstanceLimits represents the list of instance related attributes that are available for given InstanceType.
2840 2841 2842 2843 2844 2845 2846 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2840 class Limits < Struct.new( :storage_types, :instance_limits, :additional_limits) SENSITIVE = [] include Aws::Structure end |
#storage_types ⇒ Array<Types::StorageType>
StorageType represents the list of storage related types and attributes that are available for given InstanceType.
2840 2841 2842 2843 2844 2845 2846 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 2840 class Limits < Struct.new( :storage_types, :instance_limits, :additional_limits) SENSITIVE = [] include Aws::Structure end |