Class: Aws::Types::Disk

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disk_allocation_resource::String

Returns the value of attribute disk_allocation_resource.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def disk_allocation_resource
  @disk_allocation_resource
end

#disk_allocation_type::String

Returns the value of attribute disk_allocation_type.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

def disk_allocation_type
  @disk_allocation_type
end

#disk_attribute_list::Array[::String]

Returns the value of attribute disk_attribute_list.

Returns:

  • (::Array[::String])


857
858
859
# File 'sig/types.rbs', line 857

def disk_attribute_list
  @disk_attribute_list
end

#disk_id::String

Returns the value of attribute disk_id.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def disk_id
  @disk_id
end

#disk_node::String

Returns the value of attribute disk_node.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def disk_node
  @disk_node
end

#disk_path::String

Returns the value of attribute disk_path.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def disk_path
  @disk_path
end

#disk_size_in_bytes::Integer

Returns the value of attribute disk_size_in_bytes.

Returns:

  • (::Integer)


854
855
856
# File 'sig/types.rbs', line 854

def disk_size_in_bytes
  @disk_size_in_bytes
end

#disk_status::String

Returns the value of attribute disk_status.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def disk_status
  @disk_status
end