Class: Aws::Types::UpdateAgentActionGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentActionGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_group_executor ⇒ Types::ActionGroupExecutor
Returns the value of attribute action_group_executor.
-
#action_group_id ⇒ ::String
Returns the value of attribute action_group_id.
-
#action_group_name ⇒ ::String
Returns the value of attribute action_group_name.
-
#action_group_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute action_group_state.
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
-
#api_schema ⇒ Types::APISchema
Returns the value of attribute api_schema.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#function_schema ⇒ Types::FunctionSchema
Returns the value of attribute function_schema.
-
#parent_action_group_signature ⇒ "AMAZON.UserInput", ...
Returns the value of attribute parent_action_group_signature.
-
#parent_action_group_signature_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute parent_action_group_signature_params.
Instance Attribute Details
#action_group_executor ⇒ Types::ActionGroupExecutor
Returns the value of attribute action_group_executor.
2882 2883 2884 |
# File 'sig/types.rbs', line 2882 def action_group_executor @action_group_executor end |
#action_group_id ⇒ ::String
Returns the value of attribute action_group_id.
2877 2878 2879 |
# File 'sig/types.rbs', line 2877 def action_group_id @action_group_id end |
#action_group_name ⇒ ::String
Returns the value of attribute action_group_name.
2878 2879 2880 |
# File 'sig/types.rbs', line 2878 def action_group_name @action_group_name end |
#action_group_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute action_group_state.
2883 2884 2885 |
# File 'sig/types.rbs', line 2883 def action_group_state @action_group_state end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
2875 2876 2877 |
# File 'sig/types.rbs', line 2875 def agent_id @agent_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
2876 2877 2878 |
# File 'sig/types.rbs', line 2876 def agent_version @agent_version end |
#api_schema ⇒ Types::APISchema
Returns the value of attribute api_schema.
2884 2885 2886 |
# File 'sig/types.rbs', line 2884 def api_schema @api_schema end |
#description ⇒ ::String
Returns the value of attribute description.
2879 2880 2881 |
# File 'sig/types.rbs', line 2879 def description @description end |
#function_schema ⇒ Types::FunctionSchema
Returns the value of attribute function_schema.
2885 2886 2887 |
# File 'sig/types.rbs', line 2885 def function_schema @function_schema end |
#parent_action_group_signature ⇒ "AMAZON.UserInput", ...
Returns the value of attribute parent_action_group_signature.
2880 2881 2882 |
# File 'sig/types.rbs', line 2880 def parent_action_group_signature @parent_action_group_signature end |
#parent_action_group_signature_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute parent_action_group_signature_params.
2881 2882 2883 |
# File 'sig/types.rbs', line 2881 def parent_action_group_signature_params @parent_action_group_signature_params end |