Class: Aws::Types::AttachedDisk

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def path
  @path
end

#size_in_gb::Integer

Returns the value of attribute size_in_gb.

Returns:

  • (::Integer)


168
169
170
# File 'sig/types.rbs', line 168

def size_in_gb
  @size_in_gb
end