Class: Aws::Types::Snapshot
- Inherits:
-
Object
- Object
- Aws::Types::Snapshot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#administrative_actions ⇒ ::Array[Types::AdministrativeAction]
Returns the value of attribute administrative_actions.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#lifecycle ⇒ "PENDING", ...
Returns the value of attribute lifecycle.
-
#lifecycle_transition_reason ⇒ Types::LifecycleTransitionReason
Returns the value of attribute lifecycle_transition_reason.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
Instance Attribute Details
#administrative_actions ⇒ ::Array[Types::AdministrativeAction]
Returns the value of attribute administrative_actions.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def administrative_actions @administrative_actions end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def creation_time @creation_time end |
#lifecycle ⇒ "PENDING", ...
Returns the value of attribute lifecycle.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def lifecycle @lifecycle end |
#lifecycle_transition_reason ⇒ Types::LifecycleTransitionReason
Returns the value of attribute lifecycle_transition_reason.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def lifecycle_transition_reason @lifecycle_transition_reason end |
#name ⇒ ::String
Returns the value of attribute name.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def name @name end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def resource_arn @resource_arn end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def snapshot_id @snapshot_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def end |
#volume_id ⇒ ::String
Returns the value of attribute volume_id.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def volume_id @volume_id end |