Class: Aws::BedrockAgent::Types::UpdateAgentActionGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UpdateAgentActionGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Update Action Group Request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_group_executor ⇒ Types::ActionGroupExecutor
Type of Executors for an Action Group.
-
#action_group_id ⇒ String
Id generated at the server side when an Action Group is created under Agent.
-
#action_group_name ⇒ String
Name for a resource.
-
#action_group_state ⇒ String
State of the action group.
-
#agent_id ⇒ String
Id generated at the server side when an Agent is created.
-
#agent_version ⇒ String
Draft Version of the Agent.
-
#api_schema ⇒ Types::APISchema
Contains information about the API Schema for the Action Group.
-
#description ⇒ String
Description of the Resource.
-
#parent_action_group_signature ⇒ String
Action Group Signature for a BuiltIn Action.
Instance Attribute Details
#action_group_executor ⇒ Types::ActionGroupExecutor
Type of Executors for an Action Group
3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3025 class UpdateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_id, :action_group_name, :description, :parent_action_group_signature, :action_group_executor, :action_group_state, :api_schema) SENSITIVE = [] include Aws::Structure end |
#action_group_id ⇒ String
Id generated at the server side when an Action Group is created under Agent
3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3025 class UpdateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_id, :action_group_name, :description, :parent_action_group_signature, :action_group_executor, :action_group_state, :api_schema) SENSITIVE = [] include Aws::Structure end |
#action_group_name ⇒ String
Name for a resource.
3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3025 class UpdateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_id, :action_group_name, :description, :parent_action_group_signature, :action_group_executor, :action_group_state, :api_schema) SENSITIVE = [] include Aws::Structure end |
#action_group_state ⇒ String
State of the action group
3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3025 class UpdateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_id, :action_group_name, :description, :parent_action_group_signature, :action_group_executor, :action_group_state, :api_schema) SENSITIVE = [] include Aws::Structure end |
#agent_id ⇒ String
Id generated at the server side when an Agent is created
3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3025 class UpdateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_id, :action_group_name, :description, :parent_action_group_signature, :action_group_executor, :action_group_state, :api_schema) SENSITIVE = [] include Aws::Structure end |
#agent_version ⇒ String
Draft Version of the Agent.
3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3025 class UpdateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_id, :action_group_name, :description, :parent_action_group_signature, :action_group_executor, :action_group_state, :api_schema) SENSITIVE = [] include Aws::Structure end |
#api_schema ⇒ Types::APISchema
Contains information about the API Schema for the Action Group
3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3025 class UpdateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_id, :action_group_name, :description, :parent_action_group_signature, :action_group_executor, :action_group_state, :api_schema) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the Resource.
3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3025 class UpdateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_id, :action_group_name, :description, :parent_action_group_signature, :action_group_executor, :action_group_state, :api_schema) SENSITIVE = [] include Aws::Structure end |
#parent_action_group_signature ⇒ String
Action Group Signature for a BuiltIn Action
3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3025 class UpdateAgentActionGroupRequest < Struct.new( :agent_id, :agent_version, :action_group_id, :action_group_name, :description, :parent_action_group_signature, :action_group_executor, :action_group_state, :api_schema) SENSITIVE = [] include Aws::Structure end |