Class: Aws::DevOpsAgent::Types::UpdateTriggerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdateTriggerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters).
-
#client_token ⇒ String
A unique, case-sensitive identifier used for idempotent Trigger update.
-
#status ⇒ String
The new status for the Trigger.
-
#trigger_id ⇒ String
Generic resource identifier (allows alphanumeric characters, hyphens, and underscores; 1-128 characters).
Instance Attribute Details
#agent_space_id ⇒ String
Unique identifier for an agent space (allows alphanumeric characters and hyphens; 1-64 characters)
6394 6395 6396 6397 6398 6399 6400 6401 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 6394 class UpdateTriggerRequest < Struct.new( :agent_space_id, :trigger_id, :status, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier used for idempotent Trigger update
**A suitable default value is auto-generated.** You should normally not need to pass this option.
6394 6395 6396 6397 6398 6399 6400 6401 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 6394 class UpdateTriggerRequest < Struct.new( :agent_space_id, :trigger_id, :status, :client_token) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The new status for the Trigger
6394 6395 6396 6397 6398 6399 6400 6401 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 6394 class UpdateTriggerRequest < Struct.new( :agent_space_id, :trigger_id, :status, :client_token) SENSITIVE = [] include Aws::Structure end |
#trigger_id ⇒ String
Generic resource identifier (allows alphanumeric characters, hyphens, and underscores; 1-128 characters)
6394 6395 6396 6397 6398 6399 6400 6401 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 6394 class UpdateTriggerRequest < Struct.new( :agent_space_id, :trigger_id, :status, :client_token) SENSITIVE = [] include Aws::Structure end |