Class: Aws::Types::CrawlerHistory
- Inherits:
-
Object
- Object
- Aws::Types::CrawlerHistory
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crawl_id ⇒ ::String
Returns the value of attribute crawl_id.
-
#dpu_hour ⇒ ::Float
Returns the value of attribute dpu_hour.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#log_group ⇒ ::String
Returns the value of attribute log_group.
-
#log_stream ⇒ ::String
Returns the value of attribute log_stream.
-
#message_prefix ⇒ ::String
Returns the value of attribute message_prefix.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
-
#summary ⇒ ::String
Returns the value of attribute summary.
Instance Attribute Details
#crawl_id ⇒ ::String
Returns the value of attribute crawl_id.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def crawl_id @crawl_id end |
#dpu_hour ⇒ ::Float
Returns the value of attribute dpu_hour.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def dpu_hour @dpu_hour end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def end_time @end_time end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def @error_message end |
#log_group ⇒ ::String
Returns the value of attribute log_group.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def log_group @log_group end |
#log_stream ⇒ ::String
Returns the value of attribute log_stream.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def log_stream @log_stream end |
#message_prefix ⇒ ::String
Returns the value of attribute message_prefix.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def @message_prefix end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def start_time @start_time end |
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def state @state end |
#summary ⇒ ::String
Returns the value of attribute summary.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def summary @summary end |