Class: Aws::Types::AgentActionGroup
- Inherits:
-
Object
- Object
- Aws::Types::AgentActionGroup
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#function_schema ⇒ Types::FunctionSchema
Returns the value of attribute function_schema.
-
#parent_action_group_signature_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute parent_action_group_signature_params.
-
#parent_action_signature ⇒ "AMAZON.UserInput", ...
Returns the value of attribute parent_action_signature.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#action_group_executor ⇒ Types::ActionGroupExecutor
Returns the value of attribute action_group_executor.
91 92 93 |
# File 'sig/types.rbs', line 91 def action_group_executor @action_group_executor end |
#action_group_id ⇒ ::String
Returns the value of attribute action_group_id.
83 84 85 |
# File 'sig/types.rbs', line 83 def action_group_id @action_group_id end |
#action_group_name ⇒ ::String
Returns the value of attribute action_group_name.
84 85 86 |
# File 'sig/types.rbs', line 84 def action_group_name @action_group_name end |
#action_group_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute action_group_state.
94 95 96 |
# File 'sig/types.rbs', line 94 def action_group_state @action_group_state end |
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
81 82 83 |
# File 'sig/types.rbs', line 81 def agent_id @agent_id end |
#agent_version ⇒ ::String
Returns the value of attribute agent_version.
82 83 84 |
# File 'sig/types.rbs', line 82 def agent_version @agent_version end |
#api_schema ⇒ Types::APISchema
Returns the value of attribute api_schema.
92 93 94 |
# File 'sig/types.rbs', line 92 def api_schema @api_schema end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
85 86 87 |
# File 'sig/types.rbs', line 85 def client_token @client_token end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
87 88 89 |
# File 'sig/types.rbs', line 87 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
86 87 88 |
# File 'sig/types.rbs', line 86 def description @description end |
#function_schema ⇒ Types::FunctionSchema
Returns the value of attribute function_schema.
93 94 95 |
# File 'sig/types.rbs', line 93 def function_schema @function_schema end |
#parent_action_group_signature_params ⇒ ::Hash[::String, ::String]
Returns the value of attribute parent_action_group_signature_params.
90 91 92 |
# File 'sig/types.rbs', line 90 def parent_action_group_signature_params @parent_action_group_signature_params end |
#parent_action_signature ⇒ "AMAZON.UserInput", ...
Returns the value of attribute parent_action_signature.
89 90 91 |
# File 'sig/types.rbs', line 89 def parent_action_signature @parent_action_signature end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
88 89 90 |
# File 'sig/types.rbs', line 88 def updated_at @updated_at end |