Class: Aws::Types::CreateClusterSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterSnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
-
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
576 577 578 |
# File 'sig/types.rbs', line 576 def cluster_identifier @cluster_identifier end |
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
577 578 579 |
# File 'sig/types.rbs', line 577 def manual_snapshot_retention_period @manual_snapshot_retention_period end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
575 576 577 |
# File 'sig/types.rbs', line 575 def snapshot_identifier @snapshot_identifier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
578 579 580 |
# File 'sig/types.rbs', line 578 def @tags end |