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

#is_system_diskBoolean

Returns the value of attribute is_system_disk.

Returns:

  • (Boolean)


1180
1181
1182
# File 'sig/types.rbs', line 1180

def is_system_disk
  @is_system_disk
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def name
  @name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1178
1179
1180
# File 'sig/types.rbs', line 1178

def path
  @path
end

#size_in_gb::Integer

Returns the value of attribute size_in_gb.

Returns:

  • (::Integer)


1179
1180
1181
# File 'sig/types.rbs', line 1179

def size_in_gb
  @size_in_gb
end