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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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)


5775
5776
5777
5778
5779
5780
5781
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5775

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:



5775
5776
5777
5778
5779
5780
5781
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5775

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)


5775
5776
5777
5778
5779
5780
5781
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5775

class StorageType < Struct.new(
  :storage_type_name,
  :storage_sub_type_name,
  :storage_type_limits)
  SENSITIVE = []
  include Aws::Structure
end