Class: Aws::Types::CopySnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CopySnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#restore_date ⇒ ::String
Returns the value of attribute restore_date.
-
#source_region ⇒ "us-east-1", ...
Returns the value of attribute source_region.
-
#source_resource_name ⇒ ::String
Returns the value of attribute source_resource_name.
-
#source_snapshot_name ⇒ ::String
Returns the value of attribute source_snapshot_name.
-
#target_snapshot_name ⇒ ::String
Returns the value of attribute target_snapshot_name.
-
#use_latest_restorable_auto_snapshot ⇒ Boolean
Returns the value of attribute use_latest_restorable_auto_snapshot.
Instance Attribute Details
#restore_date ⇒ ::String
Returns the value of attribute restore_date.
510 511 512 |
# File 'sig/types.rbs', line 510 def restore_date @restore_date end |
#source_region ⇒ "us-east-1", ...
Returns the value of attribute source_region.
513 514 515 |
# File 'sig/types.rbs', line 513 def source_region @source_region end |
#source_resource_name ⇒ ::String
Returns the value of attribute source_resource_name.
509 510 511 |
# File 'sig/types.rbs', line 509 def source_resource_name @source_resource_name end |
#source_snapshot_name ⇒ ::String
Returns the value of attribute source_snapshot_name.
508 509 510 |
# File 'sig/types.rbs', line 508 def source_snapshot_name @source_snapshot_name end |
#target_snapshot_name ⇒ ::String
Returns the value of attribute target_snapshot_name.
512 513 514 |
# File 'sig/types.rbs', line 512 def target_snapshot_name @target_snapshot_name end |
#use_latest_restorable_auto_snapshot ⇒ Boolean
Returns the value of attribute use_latest_restorable_auto_snapshot.
511 512 513 |
# File 'sig/types.rbs', line 511 def use_latest_restorable_auto_snapshot @use_latest_restorable_auto_snapshot end |