Class: Aws::Types::DescribeReplicationTableStatisticsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReplicationTableStatisticsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#replication_config_arn ⇒ ::String
Returns the value of attribute replication_config_arn.
-
#replication_table_statistics ⇒ ::Array[Types::TableStatistics]
Returns the value of attribute replication_table_statistics.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def marker @marker end |
#replication_config_arn ⇒ ::String
Returns the value of attribute replication_config_arn.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def replication_config_arn @replication_config_arn end |
#replication_table_statistics ⇒ ::Array[Types::TableStatistics]
Returns the value of attribute replication_table_statistics.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def replication_table_statistics @replication_table_statistics end |