Class: Aws::Glue::Types::Condition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Defines a condition under which a trigger fires.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawl_stateString

The state of the crawler to which this condition applies.

Returns:

  • (String)


2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2923

class Condition < Struct.new(
  :logical_operator,
  :job_name,
  :state,
  :crawler_name,
  :crawl_state)
  SENSITIVE = []
  include Aws::Structure
end

#crawler_nameString

The name of the crawler to which this condition applies.

Returns:

  • (String)


2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2923

class Condition < Struct.new(
  :logical_operator,
  :job_name,
  :state,
  :crawler_name,
  :crawl_state)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name of the job whose JobRuns this condition applies to, and on which this trigger waits.

Returns:

  • (String)


2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2923

class Condition < Struct.new(
  :logical_operator,
  :job_name,
  :state,
  :crawler_name,
  :crawl_state)
  SENSITIVE = []
  include Aws::Structure
end

#logical_operatorString

A logical operator.

Returns:

  • (String)


2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2923

class Condition < Struct.new(
  :logical_operator,
  :job_name,
  :state,
  :crawler_name,
  :crawl_state)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The condition state. Currently, the only job states that a trigger can listen for are SUCCEEDED, STOPPED, FAILED, and TIMEOUT. The only crawler states that a trigger can listen for are SUCCEEDED, FAILED, and CANCELLED.

Returns:

  • (String)


2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 2923

class Condition < Struct.new(
  :logical_operator,
  :job_name,
  :state,
  :crawler_name,
  :crawl_state)
  SENSITIVE = []
  include Aws::Structure
end