Class: Aws::Types::DescribeReplicationTableStatisticsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReplicationTableStatisticsMessage
- 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_config_arn ⇒ ::String
Returns the value of attribute replication_config_arn.
Instance Attribute Details
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def max_records @max_records end |
#replication_config_arn ⇒ ::String
Returns the value of attribute replication_config_arn.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def replication_config_arn @replication_config_arn end |