Class: Aws::Neptune::Types::ValidStorageOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::ValidStorageOptions
- 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
-
#iops_to_storage_ratio ⇒ Array<Types::DoubleRange>
Not applicable.
-
#provisioned_iops ⇒ Array<Types::Range>
Not applicable.
-
#storage_size ⇒ Array<Types::Range>
Not applicable.
-
#storage_type ⇒ String
Not applicable.
Instance Attribute Details
#iops_to_storage_ratio ⇒ Array<Types::DoubleRange>
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
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_iops ⇒ Array<Types::Range>
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
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_size ⇒ Array<Types::Range>
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
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_type ⇒ String
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
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 |