Class: Aws::Types::DeleteClusterSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeleteClusterSnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#snapshot_cluster_identifier ⇒ ::String
Returns the value of attribute snapshot_cluster_identifier.
-
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
Instance Attribute Details
#snapshot_cluster_identifier ⇒ ::String
Returns the value of attribute snapshot_cluster_identifier.
866 867 868 |
# File 'sig/types.rbs', line 866 def snapshot_cluster_identifier @snapshot_cluster_identifier end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
865 866 867 |
# File 'sig/types.rbs', line 865 def snapshot_identifier @snapshot_identifier end |