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.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def action_group @action_group end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def agent_id @agent_id end |
#confirmation_state ⇒ "CONFIRM", "DENY"
Returns the value of attribute confirmation_state.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def confirmation_state @confirmation_state end |
#function ⇒ ::String
Returns the value of attribute function.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def function @function end |
#response_body ⇒ ::Hash[::String, Types::ContentBody]
Returns the value of attribute response_body.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def response_body @response_body end |
#response_state ⇒ "FAILURE", "REPROMPT"
Returns the value of attribute response_state.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def response_state @response_state end |