Class: Aws::DevOpsAgent::Types::DeleteTriggerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::DeleteTriggerRequest
- 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).
-
#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)
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_id ⇒ String
Generic resource identifier (allows alphanumeric characters, hyphens, and underscores; 1-128 characters)
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 |