Class: Aws::Types::UpdateTriggerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTriggerRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#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.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def agent_space_id @agent_space_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2138 2139 2140 |
# File 'sig/types.rbs', line 2138 def client_token @client_token end |
#status ⇒ ::String
Returns the value of attribute status.
2137 2138 2139 |
# File 'sig/types.rbs', line 2137 def status @status end |
#trigger_id ⇒ ::String
Returns the value of attribute trigger_id.
2136 2137 2138 |
# File 'sig/types.rbs', line 2136 def trigger_id @trigger_id end |