Class: Aws::Finspace::Types::KxNAS1Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::KxNAS1Configuration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
The structure containing the size and type of the network attached storage (NAS_1) file system volume.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#size ⇒ Integer
The size of the network attached storage.
-
#type ⇒ String
The type of the network attached storage.
Instance Attribute Details
#size ⇒ Integer
The size of the network attached storage. For storage type ‘SSD_1000` and `SSD_250` you can select the minimum size as 1200 GB or increments of 2400 GB. For storage type `HDD_12` you can select the minimum size as 6000 GB or increments of 6000 GB.
3732 3733 3734 3735 3736 3737 |
# File 'lib/aws-sdk-finspace/types.rb', line 3732 class KxNAS1Configuration < Struct.new( :type, :size) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the network attached storage.
3732 3733 3734 3735 3736 3737 |
# File 'lib/aws-sdk-finspace/types.rb', line 3732 class KxNAS1Configuration < Struct.new( :type, :size) SENSITIVE = [] include Aws::Structure end |