Class: Aws::Types::LastCrawlInfo
- Inherits:
-
Object
- Object
- Aws::Types::LastCrawlInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
5090 5091 5092 |
# File 'sig/types.rbs', line 5090 def @error_message end |
#log_group ⇒ ::String
Returns the value of attribute log_group.
5091 5092 5093 |
# File 'sig/types.rbs', line 5091 def log_group @log_group end |
#log_stream ⇒ ::String
Returns the value of attribute log_stream.
5092 5093 5094 |
# File 'sig/types.rbs', line 5092 def log_stream @log_stream end |
#message_prefix ⇒ ::String
Returns the value of attribute message_prefix.
5093 5094 5095 |
# File 'sig/types.rbs', line 5093 def @message_prefix end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
5094 5095 5096 |
# File 'sig/types.rbs', line 5094 def start_time @start_time end |
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
5089 5090 5091 |
# File 'sig/types.rbs', line 5089 def status @status end |