Class: Aws::Types::CreateClusterSnapshotInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterSnapshotInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
127 128 129 |
# File 'sig/types.rbs', line 127 def cluster_arn @cluster_arn end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
128 129 130 |
# File 'sig/types.rbs', line 128 def snapshot_name @snapshot_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
129 130 131 |
# File 'sig/types.rbs', line 129 def end |