Class: Aws::ElasticsearchService::Types::Limits
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::Limits
- 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
-
#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 ` .
2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2715 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.
2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2715 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.
2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2715 class Limits < Struct.new( :storage_types, :instance_limits, :additional_limits) SENSITIVE = [] include Aws::Structure end |