Class: Aws::Types::Condition
- Inherits:
-
Object
- Object
- Aws::Types::Condition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#crawl_state ⇒ "RUNNING", ...
Returns the value of attribute crawl_state.
-
#crawler_name ⇒ ::String
Returns the value of attribute crawler_name.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#logical_operator ⇒ "EQUALS"
Returns the value of attribute logical_operator.
-
#state ⇒ "STARTING", ...
Returns the value of attribute state.
Instance Attribute Details
#crawl_state ⇒ "RUNNING", ...
Returns the value of attribute crawl_state.
1048 1049 1050 |
# File 'sig/types.rbs', line 1048 def crawl_state @crawl_state end |
#crawler_name ⇒ ::String
Returns the value of attribute crawler_name.
1047 1048 1049 |
# File 'sig/types.rbs', line 1047 def crawler_name @crawler_name end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def job_name @job_name end |
#logical_operator ⇒ "EQUALS"
Returns the value of attribute logical_operator.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def logical_operator @logical_operator end |
#state ⇒ "STARTING", ...
Returns the value of attribute state.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def state @state end |