Class: Aws::Types::AwsRedshiftClusterClusterSnapshotCopyStatus
- Inherits:
-
Object
- Object
- Aws::Types::AwsRedshiftClusterClusterSnapshotCopyStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
3752 3753 3754 |
# File 'sig/types.rbs', line 3752 def destination_region @destination_region end |
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
3753 3754 3755 |
# File 'sig/types.rbs', line 3753 def manual_snapshot_retention_period @manual_snapshot_retention_period end |
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
3754 3755 3756 |
# File 'sig/types.rbs', line 3754 def retention_period @retention_period end |
#snapshot_copy_grant_name ⇒ ::String
Returns the value of attribute snapshot_copy_grant_name.
3755 3756 3757 |
# File 'sig/types.rbs', line 3755 def snapshot_copy_grant_name @snapshot_copy_grant_name end |