Class: Aws::ElasticsearchService::Types::StorageTypeLimit
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::StorageTypeLimit
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Limits that are applicable for given storage type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit_name ⇒ String
Name of storage limits that are applicable for given storage type.
-
#limit_values ⇒ Array<String>
Values for the ‘ StorageTypeLimit$LimitName ` .
Instance Attribute Details
#limit_name ⇒ String
Name of storage limits that are applicable for given storage type. If ‘ StorageType ` is ebs, following storage options are applicable
-
MinimumVolumeSize
-
MaximumVolumeSize
-
MaximumIops
-
MinimumIops
-
MaximumThroughput
-
MinimumThroughput
3936 3937 3938 3939 3940 3941 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3936 class StorageTypeLimit < Struct.new( :limit_name, :limit_values) SENSITIVE = [] include Aws::Structure end |
#limit_values ⇒ Array<String>
Values for the ‘ StorageTypeLimit$LimitName ` .
3936 3937 3938 3939 3940 3941 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3936 class StorageTypeLimit < Struct.new( :limit_name, :limit_values) SENSITIVE = [] include Aws::Structure end |