Class: Aws::Types::CopyClusterSnapshotInput
- Inherits:
-
Object
- Object
- Aws::Types::CopyClusterSnapshotInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_snapshot_name ⇒ ::String
Returns the value of attribute target_snapshot_name.
Instance Attribute Details
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
89 90 91 |
# File 'sig/types.rbs', line 89 def end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
90 91 92 |
# File 'sig/types.rbs', line 90 def kms_key_id @kms_key_id end |
#snapshot_arn ⇒ ::String
Returns the value of attribute snapshot_arn.
91 92 93 |
# File 'sig/types.rbs', line 91 def snapshot_arn @snapshot_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
92 93 94 |
# File 'sig/types.rbs', line 92 def end |
#target_snapshot_name ⇒ ::String
Returns the value of attribute target_snapshot_name.
93 94 95 |
# File 'sig/types.rbs', line 93 def target_snapshot_name @target_snapshot_name end |