Class: Aws::Types::DescribeReplicationConfigsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReplicationConfigsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#replication_configs ⇒ ::Array[Types::ReplicationConfig]
Returns the value of attribute replication_configs.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def marker @marker end |
#replication_configs ⇒ ::Array[Types::ReplicationConfig]
Returns the value of attribute replication_configs.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def replication_configs @replication_configs end |