Class: Aws::Types::ModifyAdditionalStorageVolume

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)


2927
2928
2929
# File 'sig/types.rbs', line 2927

def allocated_storage
  @allocated_storage
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


2928
2929
2930
# File 'sig/types.rbs', line 2928

def iops
  @iops
end

#max_allocated_storage::Integer

Returns the value of attribute max_allocated_storage.

Returns:

  • (::Integer)


2929
2930
2931
# File 'sig/types.rbs', line 2929

def max_allocated_storage
  @max_allocated_storage
end

#set_for_deleteBoolean

Returns the value of attribute set_for_delete.

Returns:

  • (Boolean)


2932
2933
2934
# File 'sig/types.rbs', line 2932

def set_for_delete
  @set_for_delete
end

#storage_throughput::Integer

Returns the value of attribute storage_throughput.

Returns:

  • (::Integer)


2930
2931
2932
# File 'sig/types.rbs', line 2930

def storage_throughput
  @storage_throughput
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


2931
2932
2933
# File 'sig/types.rbs', line 2931

def storage_type
  @storage_type
end

#volume_name::String

Returns the value of attribute volume_name.

Returns:

  • (::String)


2926
2927
2928
# File 'sig/types.rbs', line 2926

def volume_name
  @volume_name
end