Class: Aws::Types::DiskInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


8771
8772
8773
# File 'sig/types.rbs', line 8771

def count
  @count
end

#size_in_gb::Integer

Returns the value of attribute size_in_gb.

Returns:

  • (::Integer)


8770
8771
8772
# File 'sig/types.rbs', line 8770

def size_in_gb
  @size_in_gb
end

#type"hdd", "ssd"

Returns the value of attribute type.

Returns:

  • ("hdd", "ssd")


8772
8773
8774
# File 'sig/types.rbs', line 8772

def type
  @type
end