Class: Aws::Types::FunctionResult
- Inherits:
-
Object
- Object
- Aws::Types::FunctionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_group ⇒ ::String
Returns the value of attribute action_group.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#confirmation_state ⇒ "CONFIRM", "DENY"
Returns the value of attribute confirmation_state.
-
#function ⇒ ::String
Returns the value of attribute function.
-
#response_body ⇒ ::Hash[::String, Types::ContentBody]
Returns the value of attribute response_body.
-
#response_state ⇒ "FAILURE", "REPROMPT"
Returns the value of attribute response_state.
Instance Attribute Details
#action_group ⇒ ::String
Returns the value of attribute action_group.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def action_group @action_group end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def agent_id @agent_id end |
#confirmation_state ⇒ "CONFIRM", "DENY"
Returns the value of attribute confirmation_state.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def confirmation_state @confirmation_state end |
#function ⇒ ::String
Returns the value of attribute function.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def function @function end |
#response_body ⇒ ::Hash[::String, Types::ContentBody]
Returns the value of attribute response_body.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def response_body @response_body end |
#response_state ⇒ "FAILURE", "REPROMPT"
Returns the value of attribute response_state.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def response_state @response_state end |