Class: Aws::DevOpsAgent::Types::GetTriggerRequest

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

Overview

Request structure for getting 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)


2201
2202
2203
2204
2205
2206
# File 'lib/aws-sdk-devopsagent/types.rb', line 2201

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

#trigger_idString

The unique identifier of the Trigger to retrieve

Returns:

  • (String)


2201
2202
2203
2204
2205
2206
# File 'lib/aws-sdk-devopsagent/types.rb', line 2201

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