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.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def crawler_name @crawler_name end |
#last_runtime_seconds ⇒ ::Float
Returns the value of attribute last_runtime_seconds.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def last_runtime_seconds @last_runtime_seconds end |
#median_runtime_seconds ⇒ ::Float
Returns the value of attribute median_runtime_seconds.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def median_runtime_seconds @median_runtime_seconds end |
#still_estimating ⇒ Boolean
Returns the value of attribute still_estimating.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def still_estimating @still_estimating end |
#tables_created ⇒ ::Integer
Returns the value of attribute tables_created.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def tables_created @tables_created end |
#tables_deleted ⇒ ::Integer
Returns the value of attribute tables_deleted.
1271 1272 1273 |
# File 'sig/types.rbs', line 1271 def tables_deleted @tables_deleted end |
#tables_updated ⇒ ::Integer
Returns the value of attribute tables_updated.
1270 1271 1272 |
# File 'sig/types.rbs', line 1270 def tables_updated @tables_updated end |
#time_left_seconds ⇒ ::Float
Returns the value of attribute time_left_seconds.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def time_left_seconds @time_left_seconds end |