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)


18876
18877
18878
# File 'sig/types.rbs', line 18876

def end_time
  @end_time
end

#modification_state"modifying", ...

Returns the value of attribute modification_state.

Returns:

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


18862
18863
18864
# File 'sig/types.rbs', line 18862

def modification_state
  @modification_state
end

#operatorTypes::OperatorResponse

Returns the value of attribute operator.



18877
18878
18879
# File 'sig/types.rbs', line 18877

def operator
  @operator
end

#original_iops::Integer

Returns the value of attribute original_iops.

Returns:

  • (::Integer)


18870
18871
18872
# File 'sig/types.rbs', line 18870

def original_iops
  @original_iops
end

#original_multi_attach_enabledBoolean

Returns the value of attribute original_multi_attach_enabled.

Returns:

  • (Boolean)


18873
18874
18875
# File 'sig/types.rbs', line 18873

def original_multi_attach_enabled
  @original_multi_attach_enabled
end

#original_size::Integer

Returns the value of attribute original_size.

Returns:

  • (::Integer)


18869
18870
18871
# File 'sig/types.rbs', line 18869

def original_size
  @original_size
end

#original_throughput::Integer

Returns the value of attribute original_throughput.

Returns:

  • (::Integer)


18872
18873
18874
# File 'sig/types.rbs', line 18872

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


18871
18872
18873
# File 'sig/types.rbs', line 18871

def original_volume_type
  @original_volume_type
end

#progress::Integer

Returns the value of attribute progress.

Returns:

  • (::Integer)


18874
18875
18876
# File 'sig/types.rbs', line 18874

def progress
  @progress
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


18875
18876
18877
# File 'sig/types.rbs', line 18875

def start_time
  @start_time
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


18863
18864
18865
# File 'sig/types.rbs', line 18863

def status_message
  @status_message
end

#target_iops::Integer

Returns the value of attribute target_iops.

Returns:

  • (::Integer)


18865
18866
18867
# File 'sig/types.rbs', line 18865

def target_iops
  @target_iops
end

#target_multi_attach_enabledBoolean

Returns the value of attribute target_multi_attach_enabled.

Returns:

  • (Boolean)


18868
18869
18870
# File 'sig/types.rbs', line 18868

def target_multi_attach_enabled
  @target_multi_attach_enabled
end

#target_size::Integer

Returns the value of attribute target_size.

Returns:

  • (::Integer)


18864
18865
18866
# File 'sig/types.rbs', line 18864

def target_size
  @target_size
end

#target_throughput::Integer

Returns the value of attribute target_throughput.

Returns:

  • (::Integer)


18867
18868
18869
# File 'sig/types.rbs', line 18867

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


18866
18867
18868
# File 'sig/types.rbs', line 18866

def target_volume_type
  @target_volume_type
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


18861
18862
18863
# File 'sig/types.rbs', line 18861

def volume_id
  @volume_id
end