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)


5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
# File 'lib/aws-sdk-devopsagent/types.rb', line 5841

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

Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)

Returns:

  • (String)


5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
# File 'lib/aws-sdk-devopsagent/types.rb', line 5841

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



5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
# File 'lib/aws-sdk-devopsagent/types.rb', line 5841

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)


5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
# File 'lib/aws-sdk-devopsagent/types.rb', line 5841

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)


5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
# File 'lib/aws-sdk-devopsagent/types.rb', line 5841

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

#trigger_idString

Generic resource identifier (allows alphanumeric characters, hyphens, and underscores; 1-128 characters)

Returns:

  • (String)


5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
# File 'lib/aws-sdk-devopsagent/types.rb', line 5841

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)


5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
# File 'lib/aws-sdk-devopsagent/types.rb', line 5841

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)


5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
# File 'lib/aws-sdk-devopsagent/types.rb', line 5841

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