Class: Aws::DevOpsAgent::Types::DeleteTriggerRequest

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)


1285
1286
1287
1288
1289
1290
# File 'lib/aws-sdk-devopsagent/types.rb', line 1285

class DeleteTriggerRequest < Struct.new(
  :agent_space_id,
  :trigger_id)
  SENSITIVE = []
  include Aws::Structure
end

#trigger_idString

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

Returns:

  • (String)


1285
1286
1287
1288
1289
1290
# File 'lib/aws-sdk-devopsagent/types.rb', line 1285

class DeleteTriggerRequest < Struct.new(
  :agent_space_id,
  :trigger_id)
  SENSITIVE = []
  include Aws::Structure
end