Class: Aws::Types::DescribeTableStatisticsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTableStatisticsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def max_records @max_records end |
#replication_task_arn ⇒ ::String
Returns the value of attribute replication_task_arn.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def replication_task_arn @replication_task_arn end |