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.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def completed_on @completed_on end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def @error_message end |
#log_group ⇒ ::String
Returns the value of attribute log_group.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def log_group @log_group end |
#log_stream ⇒ ::String
Returns the value of attribute log_stream.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def log_stream @log_stream end |
#started_on ⇒ ::Time
Returns the value of attribute started_on.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def started_on @started_on end |
#state ⇒ "RUNNING", ...
Returns the value of attribute state.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def state @state end |