Class: Aws::Types::CopyDBClusterSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::CopyDBClusterSnapshotMessage
- 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.
-
#pre_signed_url ⇒ ::String
Returns the value of attribute pre_signed_url.
-
#source_db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute source_db_cluster_snapshot_identifier.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute target_db_cluster_snapshot_identifier.
Instance Attribute Details
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
104 105 106 |
# File 'sig/types.rbs', line 104 def @copy_tags end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
102 103 104 |
# File 'sig/types.rbs', line 102 def kms_key_id @kms_key_id end |
#pre_signed_url ⇒ ::String
Returns the value of attribute pre_signed_url.
103 104 105 |
# File 'sig/types.rbs', line 103 def pre_signed_url @pre_signed_url end |
#source_db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute source_db_cluster_snapshot_identifier.
100 101 102 |
# File 'sig/types.rbs', line 100 def source_db_cluster_snapshot_identifier @source_db_cluster_snapshot_identifier end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
106 107 108 |
# File 'sig/types.rbs', line 106 def source_region @source_region end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
105 106 107 |
# File 'sig/types.rbs', line 105 def @tags end |
#target_db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute target_db_cluster_snapshot_identifier.
101 102 103 |
# File 'sig/types.rbs', line 101 def target_db_cluster_snapshot_identifier @target_db_cluster_snapshot_identifier end |