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)


19563
19564
19565
# File 'sig/types.rbs', line 19563

def end_time
  @end_time
end

#modification_state"modifying", ...

Returns the value of attribute modification_state.

Returns:

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


19549
19550
19551
# File 'sig/types.rbs', line 19549

def modification_state
  @modification_state
end

#operatorTypes::OperatorResponse

Returns the value of attribute operator.



19564
19565
19566
# File 'sig/types.rbs', line 19564

def operator
  @operator
end

#original_iops::Integer

Returns the value of attribute original_iops.

Returns:

  • (::Integer)


19557
19558
19559
# File 'sig/types.rbs', line 19557

def original_iops
  @original_iops
end

#original_multi_attach_enabledBoolean

Returns the value of attribute original_multi_attach_enabled.

Returns:

  • (Boolean)


19560
19561
19562
# File 'sig/types.rbs', line 19560

def original_multi_attach_enabled
  @original_multi_attach_enabled
end

#original_size::Integer

Returns the value of attribute original_size.

Returns:

  • (::Integer)


19556
19557
19558
# File 'sig/types.rbs', line 19556

def original_size
  @original_size
end

#original_throughput::Integer

Returns the value of attribute original_throughput.

Returns:

  • (::Integer)


19559
19560
19561
# File 'sig/types.rbs', line 19559

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


19558
19559
19560
# File 'sig/types.rbs', line 19558

def original_volume_type
  @original_volume_type
end

#progress::Integer

Returns the value of attribute progress.

Returns:

  • (::Integer)


19561
19562
19563
# File 'sig/types.rbs', line 19561

def progress
  @progress
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


19562
19563
19564
# File 'sig/types.rbs', line 19562

def start_time
  @start_time
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


19550
19551
19552
# File 'sig/types.rbs', line 19550

def status_message
  @status_message
end

#target_iops::Integer

Returns the value of attribute target_iops.

Returns:

  • (::Integer)


19552
19553
19554
# File 'sig/types.rbs', line 19552

def target_iops
  @target_iops
end

#target_multi_attach_enabledBoolean

Returns the value of attribute target_multi_attach_enabled.

Returns:

  • (Boolean)


19555
19556
19557
# File 'sig/types.rbs', line 19555

def target_multi_attach_enabled
  @target_multi_attach_enabled
end

#target_size::Integer

Returns the value of attribute target_size.

Returns:

  • (::Integer)


19551
19552
19553
# File 'sig/types.rbs', line 19551

def target_size
  @target_size
end

#target_throughput::Integer

Returns the value of attribute target_throughput.

Returns:

  • (::Integer)


19554
19555
19556
# File 'sig/types.rbs', line 19554

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


19553
19554
19555
# File 'sig/types.rbs', line 19553

def target_volume_type
  @target_volume_type
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


19548
19549
19550
# File 'sig/types.rbs', line 19548

def volume_id
  @volume_id
end