Class: Aws::Types::DescribeTableStatisticsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTableStatisticsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
-
#table_statistics ⇒ ::Array[Types::TableStatistics]
Returns the value of attribute table_statistics.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def marker @marker end |
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def replication_task_arn @replication_task_arn end |
#table_statistics ⇒ ::Array[Types::TableStatistics]
Returns the value of attribute table_statistics.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def table_statistics @table_statistics end |