Class: Aws::Types::GetTriggerRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTriggerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#trigger_id ⇒ ::String
Returns the value of attribute trigger_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
706 707 708 |
# File 'sig/types.rbs', line 706 def agent_space_id @agent_space_id end |
#trigger_id ⇒ ::String
Returns the value of attribute trigger_id.
707 708 709 |
# File 'sig/types.rbs', line 707 def trigger_id @trigger_id end |