Class: Aws::Types::ConvertRecoveryPointToSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::ConvertRecoveryPointToSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recovery_point_id ⇒ ::String
Returns the value of attribute recovery_point_id.
-
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#recovery_point_id ⇒ ::String
Returns the value of attribute recovery_point_id.
37 38 39 |
# File 'sig/types.rbs', line 37 def recovery_point_id @recovery_point_id end |
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
38 39 40 |
# File 'sig/types.rbs', line 38 def retention_period @retention_period end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
39 40 41 |
# File 'sig/types.rbs', line 39 def snapshot_name @snapshot_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
40 41 42 |
# File 'sig/types.rbs', line 40 def @tags end |