Class: Aws::Finspace::Types::KxNAS1Configuration

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

Instance Attribute Details

#sizeInteger

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.

Returns:

  • (Integer)


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

#typeString

The type of the network attached storage.

Returns:

  • (String)


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