Class: Aws::Types::CrawlerMetrics
- Inherits:
-
Object
- Object
- Aws::Types::CrawlerMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crawler_name ⇒ ::String
Returns the value of attribute crawler_name.
-
#last_runtime_seconds ⇒ ::Float
Returns the value of attribute last_runtime_seconds.
-
#median_runtime_seconds ⇒ ::Float
Returns the value of attribute median_runtime_seconds.
-
#still_estimating ⇒ Boolean
Returns the value of attribute still_estimating.
-
#tables_created ⇒ ::Integer
Returns the value of attribute tables_created.
-
#tables_deleted ⇒ ::Integer
Returns the value of attribute tables_deleted.
-
#tables_updated ⇒ ::Integer
Returns the value of attribute tables_updated.
-
#time_left_seconds ⇒ ::Float
Returns the value of attribute time_left_seconds.
Instance Attribute Details
#crawler_name ⇒ ::String
Returns the value of attribute crawler_name.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def crawler_name @crawler_name end |
#last_runtime_seconds ⇒ ::Float
Returns the value of attribute last_runtime_seconds.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def last_runtime_seconds @last_runtime_seconds end |
#median_runtime_seconds ⇒ ::Float
Returns the value of attribute median_runtime_seconds.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def median_runtime_seconds @median_runtime_seconds end |
#still_estimating ⇒ Boolean
Returns the value of attribute still_estimating.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def still_estimating @still_estimating end |
#tables_created ⇒ ::Integer
Returns the value of attribute tables_created.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def tables_created @tables_created end |
#tables_deleted ⇒ ::Integer
Returns the value of attribute tables_deleted.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def tables_deleted @tables_deleted end |
#tables_updated ⇒ ::Integer
Returns the value of attribute tables_updated.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def tables_updated @tables_updated end |
#time_left_seconds ⇒ ::Float
Returns the value of attribute time_left_seconds.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def time_left_seconds @time_left_seconds end |