Class: Aws::Types::CopyDBSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::CopyDBSnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_option_group ⇒ Boolean
Returns the value of attribute copy_option_group.
-
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
-
#pre_signed_url ⇒ ::String
Returns the value of attribute pre_signed_url.
-
#snapshot_availability_zone ⇒ ::String
Returns the value of attribute snapshot_availability_zone.
-
#snapshot_target ⇒ ::String
Returns the value of attribute snapshot_target.
-
#source_db_snapshot_identifier ⇒ ::String
Returns the value of attribute source_db_snapshot_identifier.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_custom_availability_zone ⇒ ::String
Returns the value of attribute target_custom_availability_zone.
-
#target_db_snapshot_identifier ⇒ ::String
Returns the value of attribute target_db_snapshot_identifier.
Instance Attribute Details
#copy_option_group ⇒ Boolean
Returns the value of attribute copy_option_group.
314 315 316 |
# File 'sig/types.rbs', line 314 def copy_option_group @copy_option_group end |
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
309 310 311 |
# File 'sig/types.rbs', line 309 def @copy_tags end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
307 308 309 |
# File 'sig/types.rbs', line 307 def kms_key_id @kms_key_id end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
311 312 313 |
# File 'sig/types.rbs', line 311 def option_group_name @option_group_name end |
#pre_signed_url ⇒ ::String
Returns the value of attribute pre_signed_url.
310 311 312 |
# File 'sig/types.rbs', line 310 def pre_signed_url @pre_signed_url end |
#snapshot_availability_zone ⇒ ::String
Returns the value of attribute snapshot_availability_zone.
315 316 317 |
# File 'sig/types.rbs', line 315 def snapshot_availability_zone @snapshot_availability_zone end |
#snapshot_target ⇒ ::String
Returns the value of attribute snapshot_target.
313 314 315 |
# File 'sig/types.rbs', line 313 def snapshot_target @snapshot_target end |
#source_db_snapshot_identifier ⇒ ::String
Returns the value of attribute source_db_snapshot_identifier.
305 306 307 |
# File 'sig/types.rbs', line 305 def source_db_snapshot_identifier @source_db_snapshot_identifier end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
316 317 318 |
# File 'sig/types.rbs', line 316 def source_region @source_region end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
308 309 310 |
# File 'sig/types.rbs', line 308 def @tags end |
#target_custom_availability_zone ⇒ ::String
Returns the value of attribute target_custom_availability_zone.
312 313 314 |
# File 'sig/types.rbs', line 312 def target_custom_availability_zone @target_custom_availability_zone end |
#target_db_snapshot_identifier ⇒ ::String
Returns the value of attribute target_db_snapshot_identifier.
306 307 308 |
# File 'sig/types.rbs', line 306 def target_db_snapshot_identifier @target_db_snapshot_identifier end |