Class: Aws::BedrockAgent::Types::ActionGroupSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::ActionGroupSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Contains details about an action group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier of the action group.
 - 
  
    
      #action_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the action group.
 - 
  
    
      #action_group_state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether the action group is available for the agent to invoke or not when sending an [InvokeAgent] request.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description of the action group.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which the action group was last updated.
 
Instance Attribute Details
#action_group_id ⇒ String
The unique identifier of the action group.
      137 138 139 140 141 142 143 144 145  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 137 class ActionGroupSummary < Struct.new( :action_group_id, :action_group_name, :action_group_state, :description, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#action_group_name ⇒ String
The name of the action group.
      137 138 139 140 141 142 143 144 145  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 137 class ActionGroupSummary < Struct.new( :action_group_id, :action_group_name, :action_group_state, :description, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#action_group_state ⇒ String
Specifies whether the action group is available for the agent to invoke or not when sending an [InvokeAgent] request.
[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html
      137 138 139 140 141 142 143 144 145  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 137 class ActionGroupSummary < Struct.new( :action_group_id, :action_group_name, :action_group_state, :description, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
The description of the action group.
      137 138 139 140 141 142 143 144 145  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 137 class ActionGroupSummary < Struct.new( :action_group_id, :action_group_name, :action_group_state, :description, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The time at which the action group was last updated.
      137 138 139 140 141 142 143 144 145  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 137 class ActionGroupSummary < Struct.new( :action_group_id, :action_group_name, :action_group_state, :description, :updated_at) SENSITIVE = [] include Aws::Structure end  |