Class: Aws::Types::CentralizationRule
- Inherits:
-
Object
- Object
- Aws::Types::CentralizationRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::CentralizationRuleDestination
Returns the value of attribute destination.
-
#source ⇒ Types::CentralizationRuleSource
Returns the value of attribute source.
Instance Attribute Details
#destination ⇒ Types::CentralizationRuleDestination
Returns the value of attribute destination.
41 42 43 |
# File 'sig/types.rbs', line 41 def destination @destination end |
#source ⇒ Types::CentralizationRuleSource
Returns the value of attribute source.
40 41 42 |
# File 'sig/types.rbs', line 40 def source @source end |