Class: Aws::Types::InstanceStorageInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disks::Array[Types::DiskInfo]

Returns the value of attribute disks.

Returns:



12293
12294
12295
# File 'sig/types.rbs', line 12293

def disks
  @disks
end

#encryption_support"unsupported", "required"

Returns the value of attribute encryption_support.

Returns:

  • ("unsupported", "required")


12295
12296
12297
# File 'sig/types.rbs', line 12295

def encryption_support
  @encryption_support
end

#nvme_support"unsupported", ...

Returns the value of attribute nvme_support.

Returns:

  • ("unsupported", "supported", "required")


12294
12295
12296
# File 'sig/types.rbs', line 12294

def nvme_support
  @nvme_support
end

#total_size_in_gb::Integer

Returns the value of attribute total_size_in_gb.

Returns:

  • (::Integer)


12292
12293
12294
# File 'sig/types.rbs', line 12292

def total_size_in_gb
  @total_size_in_gb
end