Class: Aws::Types::AdministrativeAction
- Inherits:
-
Object
- Object
- Aws::Types::AdministrativeAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#administrative_action_type ⇒ "FILE_SYSTEM_UPDATE", ...
Returns the value of attribute administrative_action_type.
-
#failure_details ⇒ Types::AdministrativeActionFailureDetails
Returns the value of attribute failure_details.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#progress_percent ⇒ ::Integer
Returns the value of attribute progress_percent.
-
#remaining_transfer_bytes ⇒ ::Integer
Returns the value of attribute remaining_transfer_bytes.
-
#request_time ⇒ ::Time
Returns the value of attribute request_time.
-
#status ⇒ "FAILED", ...
Returns the value of attribute status.
-
#target_file_system_values ⇒ Types::FileSystem
Returns the value of attribute target_file_system_values.
-
#target_snapshot_values ⇒ Types::Snapshot
Returns the value of attribute target_snapshot_values.
-
#target_volume_values ⇒ Types::Volume
Returns the value of attribute target_volume_values.
-
#total_transfer_bytes ⇒ ::Integer
Returns the value of attribute total_transfer_bytes.
Instance Attribute Details
#administrative_action_type ⇒ "FILE_SYSTEM_UPDATE", ...
Returns the value of attribute administrative_action_type.
32 33 34 |
# File 'sig/types.rbs', line 32 def administrative_action_type @administrative_action_type end |
#failure_details ⇒ Types::AdministrativeActionFailureDetails
Returns the value of attribute failure_details.
37 38 39 |
# File 'sig/types.rbs', line 37 def failure_details @failure_details end |
#message ⇒ ::String
Returns the value of attribute message.
42 43 44 |
# File 'sig/types.rbs', line 42 def @message end |
#progress_percent ⇒ ::Integer
Returns the value of attribute progress_percent.
33 34 35 |
# File 'sig/types.rbs', line 33 def progress_percent @progress_percent end |
#remaining_transfer_bytes ⇒ ::Integer
Returns the value of attribute remaining_transfer_bytes.
41 42 43 |
# File 'sig/types.rbs', line 41 def remaining_transfer_bytes @remaining_transfer_bytes end |
#request_time ⇒ ::Time
Returns the value of attribute request_time.
34 35 36 |
# File 'sig/types.rbs', line 34 def request_time @request_time end |
#status ⇒ "FAILED", ...
Returns the value of attribute status.
35 36 37 |
# File 'sig/types.rbs', line 35 def status @status end |
#target_file_system_values ⇒ Types::FileSystem
Returns the value of attribute target_file_system_values.
36 37 38 |
# File 'sig/types.rbs', line 36 def target_file_system_values @target_file_system_values end |
#target_snapshot_values ⇒ Types::Snapshot
Returns the value of attribute target_snapshot_values.
39 40 41 |
# File 'sig/types.rbs', line 39 def target_snapshot_values @target_snapshot_values end |
#target_volume_values ⇒ Types::Volume
Returns the value of attribute target_volume_values.
38 39 40 |
# File 'sig/types.rbs', line 38 def target_volume_values @target_volume_values end |
#total_transfer_bytes ⇒ ::Integer
Returns the value of attribute total_transfer_bytes.
40 41 42 |
# File 'sig/types.rbs', line 40 def total_transfer_bytes @total_transfer_bytes end |