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)


8560
8561
8562
# File 'sig/types.rbs', line 8560

def count
  @count
end

#size_in_gb::Integer

Returns the value of attribute size_in_gb.

Returns:

  • (::Integer)


8559
8560
8561
# File 'sig/types.rbs', line 8559

def size_in_gb
  @size_in_gb
end

#type"hdd", "ssd"

Returns the value of attribute type.

Returns:

  • ("hdd", "ssd")


8561
8562
8563
# File 'sig/types.rbs', line 8561

def type
  @type
end