Class: Aws::DevOpsAgent::Types::Trigger

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devopsagent/types.rb

Overview

A Trigger fires on a schedule and invokes an agent

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionHash, ...

The action this Trigger performs when it fires

Returns:

  • (Hash, Array, String, Numeric, Boolean)


6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
# File 'lib/aws-sdk-devopsagent/types.rb', line 6250

class Trigger < Struct.new(
  :trigger_id,
  :agent_space_id,
  :type,
  :condition,
  :action,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_space_idString

The agent space this Trigger belongs to

Returns:

  • (String)


6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
# File 'lib/aws-sdk-devopsagent/types.rb', line 6250

class Trigger < Struct.new(
  :trigger_id,
  :agent_space_id,
  :type,
  :condition,
  :action,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#conditionTypes::TriggerCondition

The condition that fires this Trigger



6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
# File 'lib/aws-sdk-devopsagent/types.rb', line 6250

class Trigger < Struct.new(
  :trigger_id,
  :agent_space_id,
  :type,
  :condition,
  :action,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Timestamp when this Trigger was created

Returns:

  • (Time)


6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
# File 'lib/aws-sdk-devopsagent/types.rb', line 6250

class Trigger < Struct.new(
  :trigger_id,
  :agent_space_id,
  :type,
  :condition,
  :action,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of this Trigger

Returns:

  • (String)


6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
# File 'lib/aws-sdk-devopsagent/types.rb', line 6250

class Trigger < Struct.new(
  :trigger_id,
  :agent_space_id,
  :type,
  :condition,
  :action,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_idString

The unique identifier for this Trigger

Returns:

  • (String)


6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
# File 'lib/aws-sdk-devopsagent/types.rb', line 6250

class Trigger < Struct.new(
  :trigger_id,
  :agent_space_id,
  :type,
  :condition,
  :action,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

How this Trigger fires

Returns:

  • (String)


6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
# File 'lib/aws-sdk-devopsagent/types.rb', line 6250

class Trigger < Struct.new(
  :trigger_id,
  :agent_space_id,
  :type,
  :condition,
  :action,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Timestamp when this Trigger was last updated

Returns:

  • (Time)


6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
6261
# File 'lib/aws-sdk-devopsagent/types.rb', line 6250

class Trigger < Struct.new(
  :trigger_id,
  :agent_space_id,
  :type,
  :condition,
  :action,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end