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)


8861
8862
8863
# File 'sig/types.rbs', line 8861

def count
  @count
end

#size_in_gb::Integer

Returns the value of attribute size_in_gb.

Returns:

  • (::Integer)


8860
8861
8862
# File 'sig/types.rbs', line 8860

def size_in_gb
  @size_in_gb
end

#type"hdd", "ssd"

Returns the value of attribute type.

Returns:

  • ("hdd", "ssd")


8862
8863
8864
# File 'sig/types.rbs', line 8862

def type
  @type
end