Class: Aws::OpenSearchService::Types::StorageType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#storage_sub_type_nameString

The storage sub-type, such as ‘gp3` or `io1`.

Returns:

  • (String)


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_limitsArray<Types::StorageTypeLimit>

Limits that are applicable for the given storage type.

Returns:



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_nameString

The name of the storage type.

Returns:

  • (String)


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