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.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def agent_space_id @agent_space_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def client_token @client_token end |
#status ⇒ ::String
Returns the value of attribute status.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def status @status end |
#trigger_id ⇒ ::String
Returns the value of attribute trigger_id.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def trigger_id @trigger_id end |