Class: Aws::DevOpsAgent::Types::UpdateTriggerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

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

Returns:

  • (String)


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_tokenString

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.

Returns:

  • (String)


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

#statusString

The new status for the Trigger

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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