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.
2697 2698 2699 |
# File 'sig/types.rbs', line 2697 def role @role end |
#rules ⇒ ::Array[Types::ReplicationRule]
Returns the value of attribute rules.
2698 2699 2700 |
# File 'sig/types.rbs', line 2698 def rules @rules end |