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.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def crawl_state @crawl_state end |
#crawler_name ⇒ ::String
Returns the value of attribute crawler_name.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def crawler_name @crawler_name end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def job_name @job_name end |
#logical_operator ⇒ "EQUALS"
Returns the value of attribute logical_operator.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def logical_operator @logical_operator end |
#state ⇒ "STARTING", ...
Returns the value of attribute state.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def state @state end |