Class: Aws::Types::CopyClusterSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::CopyClusterSnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
-
#source_snapshot_cluster_identifier ⇒ ::String
Returns the value of attribute source_snapshot_cluster_identifier.
-
#source_snapshot_identifier ⇒ ::String
Returns the value of attribute source_snapshot_identifier.
-
#target_snapshot_identifier ⇒ ::String
Returns the value of attribute target_snapshot_identifier.
Instance Attribute Details
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
475 476 477 |
# File 'sig/types.rbs', line 475 def manual_snapshot_retention_period @manual_snapshot_retention_period end |
#source_snapshot_cluster_identifier ⇒ ::String
Returns the value of attribute source_snapshot_cluster_identifier.
473 474 475 |
# File 'sig/types.rbs', line 473 def source_snapshot_cluster_identifier @source_snapshot_cluster_identifier end |
#source_snapshot_identifier ⇒ ::String
Returns the value of attribute source_snapshot_identifier.
472 473 474 |
# File 'sig/types.rbs', line 472 def source_snapshot_identifier @source_snapshot_identifier end |
#target_snapshot_identifier ⇒ ::String
Returns the value of attribute target_snapshot_identifier.
474 475 476 |
# File 'sig/types.rbs', line 474 def target_snapshot_identifier @target_snapshot_identifier end |