Class: Aws::DevOpsAgent::Types::Trigger
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::Trigger
- 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
-
#action ⇒ Hash, ...
The action this Trigger performs when it fires.
-
#agent_space_id ⇒ String
Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters).
-
#condition ⇒ Types::TriggerCondition
The condition that fires this Trigger.
-
#created_at ⇒ Time
Timestamp when this Trigger was created.
-
#status ⇒ String
The status of this Trigger.
-
#trigger_id ⇒ String
Generic resource identifier (allows alphanumeric characters, hyphens, and underscores; 1-128 characters).
-
#type ⇒ String
How this Trigger fires.
-
#updated_at ⇒ Time
Timestamp when this Trigger was last updated.
Instance Attribute Details
#action ⇒ Hash, ...
The action this Trigger performs when it fires
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_id ⇒ String
Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)
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 |
#condition ⇒ Types::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_at ⇒ Time
Timestamp when this Trigger was created
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 |
#status ⇒ String
The status of 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 |
#trigger_id ⇒ String
Generic resource identifier (allows alphanumeric characters, hyphens, and underscores; 1-128 characters)
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 |
#type ⇒ String
How this Trigger fires
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_at ⇒ Time
Timestamp when this Trigger was last updated
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 |