Class: Aws::OpenSearchService::Types::StorageType
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::StorageType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
A list of storage types for an Amazon OpenSearch Service domain that are available for a given intance type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#storage_sub_type_name ⇒ String
The storage sub-type, such as ‘gp3` or `io1`.
-
#storage_type_limits ⇒ Array<Types::StorageTypeLimit>
Limits that are applicable for the given storage type.
-
#storage_type_name ⇒ String
The name of the storage type.
Instance Attribute Details
#storage_sub_type_name ⇒ String
The storage sub-type, such as ‘gp3` or `io1`.
6826 6827 6828 6829 6830 6831 6832 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6826 class StorageType < Struct.new( :storage_type_name, :storage_sub_type_name, :storage_type_limits) SENSITIVE = [] include Aws::Structure end |
#storage_type_limits ⇒ Array<Types::StorageTypeLimit>
Limits that are applicable for the given storage type.
6826 6827 6828 6829 6830 6831 6832 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6826 class StorageType < Struct.new( :storage_type_name, :storage_sub_type_name, :storage_type_limits) SENSITIVE = [] include Aws::Structure end |
#storage_type_name ⇒ String
The name of the storage type.
6826 6827 6828 6829 6830 6831 6832 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6826 class StorageType < Struct.new( :storage_type_name, :storage_sub_type_name, :storage_type_limits) SENSITIVE = [] include Aws::Structure end |