Class: Aws::Types::CopySnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CopySnapshotRequest
- 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.
149 150 151 |
# File 'sig/types.rbs', line 149 def kms_key_id @kms_key_id end |
#source_snapshot_name ⇒ ::String
Returns the value of attribute source_snapshot_name.
146 147 148 |
# File 'sig/types.rbs', line 146 def source_snapshot_name @source_snapshot_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
150 151 152 |
# File 'sig/types.rbs', line 150 def @tags end |
#target_bucket ⇒ ::String
Returns the value of attribute target_bucket.
148 149 150 |
# File 'sig/types.rbs', line 148 def target_bucket @target_bucket end |
#target_snapshot_name ⇒ ::String
Returns the value of attribute target_snapshot_name.
147 148 149 |
# File 'sig/types.rbs', line 147 def target_snapshot_name @target_snapshot_name end |