Class: Aws::Types::VolumeModification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


19203
19204
19205
# File 'sig/types.rbs', line 19203

def end_time
  @end_time
end

#modification_state"modifying", ...

Returns the value of attribute modification_state.

Returns:

  • ("modifying", "optimizing", "completed", "failed")


19189
19190
19191
# File 'sig/types.rbs', line 19189

def modification_state
  @modification_state
end

#operatorTypes::OperatorResponse

Returns the value of attribute operator.



19204
19205
19206
# File 'sig/types.rbs', line 19204

def operator
  @operator
end

#original_iops::Integer

Returns the value of attribute original_iops.

Returns:

  • (::Integer)


19197
19198
19199
# File 'sig/types.rbs', line 19197

def original_iops
  @original_iops
end

#original_multi_attach_enabledBoolean

Returns the value of attribute original_multi_attach_enabled.

Returns:

  • (Boolean)


19200
19201
19202
# File 'sig/types.rbs', line 19200

def original_multi_attach_enabled
  @original_multi_attach_enabled
end

#original_size::Integer

Returns the value of attribute original_size.

Returns:

  • (::Integer)


19196
19197
19198
# File 'sig/types.rbs', line 19196

def original_size
  @original_size
end

#original_throughput::Integer

Returns the value of attribute original_throughput.

Returns:

  • (::Integer)


19199
19200
19201
# File 'sig/types.rbs', line 19199

def original_throughput
  @original_throughput
end

#original_volume_type"standard", ...

Returns the value of attribute original_volume_type.

Returns:

  • ("standard", "io1", "io2", "gp2", "sc1", "st1", "gp3")


19198
19199
19200
# File 'sig/types.rbs', line 19198

def original_volume_type
  @original_volume_type
end

#progress::Integer

Returns the value of attribute progress.

Returns:

  • (::Integer)


19201
19202
19203
# File 'sig/types.rbs', line 19201

def progress
  @progress
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


19202
19203
19204
# File 'sig/types.rbs', line 19202

def start_time
  @start_time
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


19190
19191
19192
# File 'sig/types.rbs', line 19190

def status_message
  @status_message
end

#target_iops::Integer

Returns the value of attribute target_iops.

Returns:

  • (::Integer)


19192
19193
19194
# File 'sig/types.rbs', line 19192

def target_iops
  @target_iops
end

#target_multi_attach_enabledBoolean

Returns the value of attribute target_multi_attach_enabled.

Returns:

  • (Boolean)


19195
19196
19197
# File 'sig/types.rbs', line 19195

def target_multi_attach_enabled
  @target_multi_attach_enabled
end

#target_size::Integer

Returns the value of attribute target_size.

Returns:

  • (::Integer)


19191
19192
19193
# File 'sig/types.rbs', line 19191

def target_size
  @target_size
end

#target_throughput::Integer

Returns the value of attribute target_throughput.

Returns:

  • (::Integer)


19194
19195
19196
# File 'sig/types.rbs', line 19194

def target_throughput
  @target_throughput
end

#target_volume_type"standard", ...

Returns the value of attribute target_volume_type.

Returns:

  • ("standard", "io1", "io2", "gp2", "sc1", "st1", "gp3")


19193
19194
19195
# File 'sig/types.rbs', line 19193

def target_volume_type
  @target_volume_type
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


19188
19189
19190
# File 'sig/types.rbs', line 19188

def volume_id
  @volume_id
end