Class: Aws::Types::DeleteTriggerRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTriggerRequest
- 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.
452 453 454 |
# File 'sig/types.rbs', line 452 def agent_space_id @agent_space_id end |
#trigger_id ⇒ ::String
Returns the value of attribute trigger_id.
453 454 455 |
# File 'sig/types.rbs', line 453 def trigger_id @trigger_id end |