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

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

Overview

Request structure for deleting a Trigger

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier for the agent space containing the Trigger

Returns:

  • (String)


1347
1348
1349
1350
1351
1352
# File 'lib/aws-sdk-devopsagent/types.rb', line 1347

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

#trigger_idString

The unique identifier of the Trigger to delete

Returns:

  • (String)


1347
1348
1349
1350
1351
1352
# File 'lib/aws-sdk-devopsagent/types.rb', line 1347

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