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)


3000
3001
3002
3003
3004
3005
3006
3007
3008
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3000

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)


3000
3001
3002
3003
3004
3005
3006
3007
3008
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3000

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)


3000
3001
3002
3003
3004
3005
3006
3007
3008
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3000

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)


3000
3001
3002
3003
3004
3005
3006
3007
3008
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3000

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)


3000
3001
3002
3003
3004
3005
3006
3007
3008
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3000

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