Class: Aws::Types::Crawl
- Inherits:
-
Object
- Object
- Aws::Types::Crawl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
-
#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.
-
#started_on ⇒ ::Time
Returns the value of attribute started_on.
-
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
Instance Attribute Details
#completed_on ⇒ ::Time
Returns the value of attribute completed_on.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def completed_on @completed_on end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def @error_message end |
#log_group ⇒ ::String
Returns the value of attribute log_group.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def log_group @log_group end |
#log_stream ⇒ ::String
Returns the value of attribute log_stream.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def log_stream @log_stream end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def started_on @started_on end |
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def state @state end |