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

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


3716
3717
3718
3719
3720
3721
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3716

class KxNAS1Configuration < Struct.new(
  :type,
  :size)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the network attached storage.

Returns:

  • (String)


3716
3717
3718
3719
3720
3721
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3716

class KxNAS1Configuration < Struct.new(
  :type,
  :size)
  SENSITIVE = []
  include Aws::Structure
end