Class: Aws::Types::ReplicationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role ⇒ ::String
Returns the value of attribute role.
-
#rules ⇒ ::Array[Types::ReplicationRule]
Returns the value of attribute rules.
Instance Attribute Details
#role ⇒ ::String
Returns the value of attribute role.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def role @role end |
#rules ⇒ ::Array[Types::ReplicationRule]
Returns the value of attribute rules.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def rules @rules end |