Class: Aws::Types::SnapshotTierStatus
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotTierStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archival_complete_time ⇒ ::Time
Returns the value of attribute archival_complete_time.
-
#last_tiering_operation_status ⇒ "archival-in-progress", ...
Returns the value of attribute last_tiering_operation_status.
-
#last_tiering_operation_status_detail ⇒ ::String
Returns the value of attribute last_tiering_operation_status_detail.
-
#last_tiering_progress ⇒ ::Integer
Returns the value of attribute last_tiering_progress.
-
#last_tiering_start_time ⇒ ::Time
Returns the value of attribute last_tiering_start_time.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#restore_expiry_time ⇒ ::Time
Returns the value of attribute restore_expiry_time.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#status ⇒ "pending", ...
Returns the value of attribute status.
-
#storage_tier ⇒ "archive", "standard"
Returns the value of attribute storage_tier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#archival_complete_time ⇒ ::Time
Returns the value of attribute archival_complete_time.
17221 17222 17223 |
# File 'sig/types.rbs', line 17221 def archival_complete_time @archival_complete_time end |
#last_tiering_operation_status ⇒ "archival-in-progress", ...
Returns the value of attribute last_tiering_operation_status.
17219 17220 17221 |
# File 'sig/types.rbs', line 17219 def last_tiering_operation_status @last_tiering_operation_status end |
#last_tiering_operation_status_detail ⇒ ::String
Returns the value of attribute last_tiering_operation_status_detail.
17220 17221 17222 |
# File 'sig/types.rbs', line 17220 def last_tiering_operation_status_detail @last_tiering_operation_status_detail end |
#last_tiering_progress ⇒ ::Integer
Returns the value of attribute last_tiering_progress.
17218 17219 17220 |
# File 'sig/types.rbs', line 17218 def last_tiering_progress @last_tiering_progress end |
#last_tiering_start_time ⇒ ::Time
Returns the value of attribute last_tiering_start_time.
17217 17218 17219 |
# File 'sig/types.rbs', line 17217 def last_tiering_start_time @last_tiering_start_time end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17214 17215 17216 |
# File 'sig/types.rbs', line 17214 def owner_id @owner_id end |
#restore_expiry_time ⇒ ::Time
Returns the value of attribute restore_expiry_time.
17222 17223 17224 |
# File 'sig/types.rbs', line 17222 def restore_expiry_time @restore_expiry_time end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
17211 17212 17213 |
# File 'sig/types.rbs', line 17211 def snapshot_id @snapshot_id end |
#status ⇒ "pending", ...
Returns the value of attribute status.
17213 17214 17215 |
# File 'sig/types.rbs', line 17213 def status @status end |
#storage_tier ⇒ "archive", "standard"
Returns the value of attribute storage_tier.
17216 17217 17218 |
# File 'sig/types.rbs', line 17216 def storage_tier @storage_tier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17215 17216 17217 |
# File 'sig/types.rbs', line 17215 def @tags end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
17212 17213 17214 |
# File 'sig/types.rbs', line 17212 def volume_id @volume_id end |