Class: Aws::Types::Condition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crawl_state"RUNNING", ...

Returns the value of attribute crawl_state.

Returns:

  • ("RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("EQUALS")


1040
1041
1042
# File 'sig/types.rbs', line 1040

def logical_operator
  @logical_operator
end

#state"STARTING", ...

Returns the value of attribute state.

Returns:

  • ("STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT", "ERROR", "WAITING", "EXPIRED")


1042
1043
1044
# File 'sig/types.rbs', line 1042

def state
  @state
end