Class: Aws::Neptune::Types::ValidStorageOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-neptune/types.rb

Overview

Not applicable. In Neptune the storage type is managed at the DB Cluster level.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iops_to_storage_ratioArray<Types::DoubleRange>

Not applicable. In Neptune the storage type is managed at the DB Cluster level.

Returns:



8275
8276
8277
8278
8279
8280
8281
8282
# File 'lib/aws-sdk-neptune/types.rb', line 8275

class ValidStorageOptions < Struct.new(
  :storage_type,
  :storage_size,
  :provisioned_iops,
  :iops_to_storage_ratio)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_iopsArray<Types::Range>

Not applicable. In Neptune the storage type is managed at the DB Cluster level.

Returns:



8275
8276
8277
8278
8279
8280
8281
8282
# File 'lib/aws-sdk-neptune/types.rb', line 8275

class ValidStorageOptions < Struct.new(
  :storage_type,
  :storage_size,
  :provisioned_iops,
  :iops_to_storage_ratio)
  SENSITIVE = []
  include Aws::Structure
end

#storage_sizeArray<Types::Range>

Not applicable. In Neptune the storage type is managed at the DB Cluster level.

Returns:



8275
8276
8277
8278
8279
8280
8281
8282
# File 'lib/aws-sdk-neptune/types.rb', line 8275

class ValidStorageOptions < Struct.new(
  :storage_type,
  :storage_size,
  :provisioned_iops,
  :iops_to_storage_ratio)
  SENSITIVE = []
  include Aws::Structure
end

#storage_typeString

Not applicable. In Neptune the storage type is managed at the DB Cluster level.

Returns:

  • (String)


8275
8276
8277
8278
8279
8280
8281
8282
# File 'lib/aws-sdk-neptune/types.rb', line 8275

class ValidStorageOptions < Struct.new(
  :storage_type,
  :storage_size,
  :provisioned_iops,
  :iops_to_storage_ratio)
  SENSITIVE = []
  include Aws::Structure
end