Class: Aws::Types::CrossRegionCopyAction
- Inherits:
-
Object
- Object
- Aws::Types::CrossRegionCopyAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#retain_rule ⇒ Types::CrossRegionCopyRetainRule
Returns the value of attribute retain_rule.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
60 61 62 |
# File 'sig/types.rbs', line 60 def encryption_configuration @encryption_configuration end |
#retain_rule ⇒ Types::CrossRegionCopyRetainRule
Returns the value of attribute retain_rule.
61 62 63 |
# File 'sig/types.rbs', line 61 def retain_rule @retain_rule end |
#target ⇒ ::String
Returns the value of attribute target.
59 60 61 |
# File 'sig/types.rbs', line 59 def target @target end |