Class: Aws::Types::CopyBackupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CopyBackupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#source_backup_id ⇒ ::String
Returns the value of attribute source_backup_id.
-
#source_region ⇒ ::String
Returns the value of attribute source_region.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
164 165 166 |
# File 'sig/types.rbs', line 164 def client_request_token @client_request_token end |
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
168 169 170 |
# File 'sig/types.rbs', line 168 def @copy_tags end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
167 168 169 |
# File 'sig/types.rbs', line 167 def kms_key_id @kms_key_id end |
#source_backup_id ⇒ ::String
Returns the value of attribute source_backup_id.
165 166 167 |
# File 'sig/types.rbs', line 165 def source_backup_id @source_backup_id end |
#source_region ⇒ ::String
Returns the value of attribute source_region.
166 167 168 |
# File 'sig/types.rbs', line 166 def source_region @source_region end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
169 170 171 |
# File 'sig/types.rbs', line 169 def @tags end |