Class: Aws::Types::CrossRegionCopyRule
- Inherits:
-
Object
- Object
- Aws::Types::CrossRegionCopyRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cmk_arn ⇒ ::String
Returns the value of attribute cmk_arn.
-
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
-
#deprecate_rule ⇒ Types::CrossRegionCopyDeprecateRule
Returns the value of attribute deprecate_rule.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#retain_rule ⇒ Types::CrossRegionCopyRetainRule
Returns the value of attribute retain_rule.
-
#target ⇒ ::String
Returns the value of attribute target.
-
#target_region ⇒ ::String
Returns the value of attribute target_region.
Instance Attribute Details
#cmk_arn ⇒ ::String
Returns the value of attribute cmk_arn.
81 82 83 |
# File 'sig/types.rbs', line 81 def cmk_arn @cmk_arn end |
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
82 83 84 |
# File 'sig/types.rbs', line 82 def @copy_tags end |
#deprecate_rule ⇒ Types::CrossRegionCopyDeprecateRule
Returns the value of attribute deprecate_rule.
84 85 86 |
# File 'sig/types.rbs', line 84 def deprecate_rule @deprecate_rule end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
80 81 82 |
# File 'sig/types.rbs', line 80 def encrypted @encrypted end |
#retain_rule ⇒ Types::CrossRegionCopyRetainRule
Returns the value of attribute retain_rule.
83 84 85 |
# File 'sig/types.rbs', line 83 def retain_rule @retain_rule end |
#target ⇒ ::String
Returns the value of attribute target.
79 80 81 |
# File 'sig/types.rbs', line 79 def target @target end |
#target_region ⇒ ::String
Returns the value of attribute target_region.
78 79 80 |
# File 'sig/types.rbs', line 78 def target_region @target_region end |