Class: Aws::Types::CopySnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::CopySnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#source_snapshot_name ⇒ ::String
Returns the value of attribute source_snapshot_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_bucket ⇒ ::String
Returns the value of attribute target_bucket.
-
#target_snapshot_name ⇒ ::String
Returns the value of attribute target_snapshot_name.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
336 337 338 |
# File 'sig/types.rbs', line 336 def kms_key_id @kms_key_id end |
#source_snapshot_name ⇒ ::String
Returns the value of attribute source_snapshot_name.
333 334 335 |
# File 'sig/types.rbs', line 333 def source_snapshot_name @source_snapshot_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
337 338 339 |
# File 'sig/types.rbs', line 337 def @tags end |
#target_bucket ⇒ ::String
Returns the value of attribute target_bucket.
335 336 337 |
# File 'sig/types.rbs', line 335 def target_bucket @target_bucket end |
#target_snapshot_name ⇒ ::String
Returns the value of attribute target_snapshot_name.
334 335 336 |
# File 'sig/types.rbs', line 334 def target_snapshot_name @target_snapshot_name end |