Class: Aws::Types::CreateTriggerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTriggerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#condition ⇒ Types::TriggerCondition
Returns the value of attribute condition.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action.
383 384 385 |
# File 'sig/types.rbs', line 383 def action @action end |
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
380 381 382 |
# File 'sig/types.rbs', line 380 def agent_space_id @agent_space_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
385 386 387 |
# File 'sig/types.rbs', line 385 def client_token @client_token end |
#condition ⇒ Types::TriggerCondition
Returns the value of attribute condition.
382 383 384 |
# File 'sig/types.rbs', line 382 def condition @condition end |
#status ⇒ ::String
Returns the value of attribute status.
384 385 386 |
# File 'sig/types.rbs', line 384 def status @status end |
#type ⇒ ::String
Returns the value of attribute type.
381 382 383 |
# File 'sig/types.rbs', line 381 def type @type end |