Class: Aws::Types::ReplicationDetails
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#replicated ⇒ Boolean
Returns the value of attribute replicated.
-
#replicated_externally ⇒ Boolean
Returns the value of attribute replicated_externally.
-
#replication_accounts ⇒ ::Array[::String]
Returns the value of attribute replication_accounts.
Instance Attribute Details
#replicated ⇒ Boolean
Returns the value of attribute replicated.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def replicated @replicated end |
#replicated_externally ⇒ Boolean
Returns the value of attribute replicated_externally.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def replicated_externally @replicated_externally end |
#replication_accounts ⇒ ::Array[::String]
Returns the value of attribute replication_accounts.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def replication_accounts @replication_accounts end |