Class: Aws::DevOpsAgent::Types::GetTriggerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::GetTriggerRequest
- 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)
2137 2138 2139 2140 2141 2142 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2137 class GetTriggerRequest < 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)
2137 2138 2139 2140 2141 2142 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 2137 class GetTriggerRequest < Struct.new( :agent_space_id, :trigger_id) SENSITIVE = [] include Aws::Structure end |