Class: Aws::Types::CreateSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
238 239 240 |
# File 'sig/types.rbs', line 238 def cluster_name @cluster_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
240 241 242 |
# File 'sig/types.rbs', line 240 def kms_key_id @kms_key_id end |
#snapshot_name ⇒ ::String
Returns the value of attribute snapshot_name.
239 240 241 |
# File 'sig/types.rbs', line 239 def snapshot_name @snapshot_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
241 242 243 |
# File 'sig/types.rbs', line 241 def @tags end |