Class: Aws::Types::AdditionalStorageVolumeOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


69
70
71
# File 'sig/types.rbs', line 69

def allocated_storage
  @allocated_storage
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


70
71
72
# File 'sig/types.rbs', line 70

def iops
  @iops
end

#max_allocated_storage::Integer

Returns the value of attribute max_allocated_storage.

Returns:

  • (::Integer)


71
72
73
# File 'sig/types.rbs', line 71

def max_allocated_storage
  @max_allocated_storage
end

#storage_operation_percent_progress::Integer

Returns the value of attribute storage_operation_percent_progress.

Returns:

  • (::Integer)


68
69
70
# File 'sig/types.rbs', line 68

def storage_operation_percent_progress
  @storage_operation_percent_progress
end

#storage_operation_status::String

Returns the value of attribute storage_operation_status.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def storage_operation_status
  @storage_operation_status
end

#storage_throughput::Integer

Returns the value of attribute storage_throughput.

Returns:

  • (::Integer)


72
73
74
# File 'sig/types.rbs', line 72

def storage_throughput
  @storage_throughput
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def storage_type
  @storage_type
end

#storage_volume_status::String

Returns the value of attribute storage_volume_status.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def storage_volume_status
  @storage_volume_status
end

#volume_name::String

Returns the value of attribute volume_name.

Returns:

  • (::String)


65
66
67
# File 'sig/types.rbs', line 65

def volume_name
  @volume_name
end