Class: Aws::Types::VolumeModification
- Inherits:
-
Object
- Object
- Aws::Types::VolumeModification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#modification_state ⇒ "modifying", ...
Returns the value of attribute modification_state.
-
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
-
#original_iops ⇒ ::Integer
Returns the value of attribute original_iops.
-
#original_multi_attach_enabled ⇒ Boolean
Returns the value of attribute original_multi_attach_enabled.
-
#original_size ⇒ ::Integer
Returns the value of attribute original_size.
-
#original_throughput ⇒ ::Integer
Returns the value of attribute original_throughput.
-
#original_volume_type ⇒ "standard", ...
Returns the value of attribute original_volume_type.
-
#progress ⇒ ::Integer
Returns the value of attribute progress.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#target_iops ⇒ ::Integer
Returns the value of attribute target_iops.
-
#target_multi_attach_enabled ⇒ Boolean
Returns the value of attribute target_multi_attach_enabled.
-
#target_size ⇒ ::Integer
Returns the value of attribute target_size.
-
#target_throughput ⇒ ::Integer
Returns the value of attribute target_throughput.
-
#target_volume_type ⇒ "standard", ...
Returns the value of attribute target_volume_type.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_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.
18862 18863 18864 |
# File 'sig/types.rbs', line 18862 def modification_state @modification_state end |
#operator ⇒ Types::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.
18870 18871 18872 |
# File 'sig/types.rbs', line 18870 def original_iops @original_iops end |
#original_multi_attach_enabled ⇒ Boolean
Returns the value of attribute original_multi_attach_enabled.
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.
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.
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.
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.
18874 18875 18876 |
# File 'sig/types.rbs', line 18874 def progress @progress end |
#start_time ⇒ ::Time
Returns the value of attribute start_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.
18863 18864 18865 |
# File 'sig/types.rbs', line 18863 def @status_message end |
#target_iops ⇒ ::Integer
Returns the value of attribute target_iops.
18865 18866 18867 |
# File 'sig/types.rbs', line 18865 def target_iops @target_iops end |
#target_multi_attach_enabled ⇒ Boolean
Returns the value of attribute target_multi_attach_enabled.
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.
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.
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.
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.
18861 18862 18863 |
# File 'sig/types.rbs', line 18861 def volume_id @volume_id end |