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
2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2957 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
2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2957 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.
2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2957 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
2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2957 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
2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2957 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.
2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2957 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
2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2957 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.
2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2957 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
2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2957 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 |