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)


19542
19543
19544
# File 'sig/types.rbs', line 19542

def end_time
  @end_time
end

#modification_state"modifying", ...

Returns the value of attribute modification_state.

Returns:

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


19528
19529
19530
# File 'sig/types.rbs', line 19528

def modification_state
  @modification_state
end

#operatorTypes::OperatorResponse

Returns the value of attribute operator.



19543
19544
19545
# File 'sig/types.rbs', line 19543

def operator
  @operator
end

#original_iops::Integer

Returns the value of attribute original_iops.

Returns:

  • (::Integer)


19536
19537
19538
# File 'sig/types.rbs', line 19536

def original_iops
  @original_iops
end

#original_multi_attach_enabledBoolean

Returns the value of attribute original_multi_attach_enabled.

Returns:

  • (Boolean)


19539
19540
19541
# File 'sig/types.rbs', line 19539

def original_multi_attach_enabled
  @original_multi_attach_enabled
end

#original_size::Integer

Returns the value of attribute original_size.

Returns:

  • (::Integer)


19535
19536
19537
# File 'sig/types.rbs', line 19535

def original_size
  @original_size
end

#original_throughput::Integer

Returns the value of attribute original_throughput.

Returns:

  • (::Integer)


19538
19539
19540
# File 'sig/types.rbs', line 19538

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")


19537
19538
19539
# File 'sig/types.rbs', line 19537

def original_volume_type
  @original_volume_type
end

#progress::Integer

Returns the value of attribute progress.

Returns:

  • (::Integer)


19540
19541
19542
# File 'sig/types.rbs', line 19540

def progress
  @progress
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


19541
19542
19543
# File 'sig/types.rbs', line 19541

def start_time
  @start_time
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


19529
19530
19531
# File 'sig/types.rbs', line 19529

def status_message
  @status_message
end

#target_iops::Integer

Returns the value of attribute target_iops.

Returns:

  • (::Integer)


19531
19532
19533
# File 'sig/types.rbs', line 19531

def target_iops
  @target_iops
end

#target_multi_attach_enabledBoolean

Returns the value of attribute target_multi_attach_enabled.

Returns:

  • (Boolean)


19534
19535
19536
# File 'sig/types.rbs', line 19534

def target_multi_attach_enabled
  @target_multi_attach_enabled
end

#target_size::Integer

Returns the value of attribute target_size.

Returns:

  • (::Integer)


19530
19531
19532
# File 'sig/types.rbs', line 19530

def target_size
  @target_size
end

#target_throughput::Integer

Returns the value of attribute target_throughput.

Returns:

  • (::Integer)


19533
19534
19535
# File 'sig/types.rbs', line 19533

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")


19532
19533
19534
# File 'sig/types.rbs', line 19532

def target_volume_type
  @target_volume_type
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


19527
19528
19529
# File 'sig/types.rbs', line 19527

def volume_id
  @volume_id
end