Class: Aws::Types::EnableSnapshotCopyMessage
- Inherits:
-
Object
- Object
- Aws::Types::EnableSnapshotCopyMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
-
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
-
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
-
#snapshot_copy_grant_name ⇒ ::String
Returns the value of attribute snapshot_copy_grant_name.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def cluster_identifier @cluster_identifier end |
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def destination_region @destination_region end |
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def manual_snapshot_retention_period @manual_snapshot_retention_period end |
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def retention_period @retention_period end |
#snapshot_copy_grant_name ⇒ ::String
Returns the value of attribute snapshot_copy_grant_name.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def snapshot_copy_grant_name @snapshot_copy_grant_name end |