Class: Aws::Types::CopyBackupToRegionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CopyBackupToRegionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_id ⇒ ::String
Returns the value of attribute backup_id.
-
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
Instance Attribute Details
#backup_id ⇒ ::String
Returns the value of attribute backup_id.
103 104 105 |
# File 'sig/types.rbs', line 103 def backup_id @backup_id end |
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
102 103 104 |
# File 'sig/types.rbs', line 102 def destination_region @destination_region end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
104 105 106 |
# File 'sig/types.rbs', line 104 def tag_list @tag_list end |