Class: Aws::BedrockAgent::Types::ActionGroupSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Contains details about an action group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_group_idString

The unique identifier of the action group.

Returns:

  • (String)


137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-bedrockagent/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_nameString

The name of the action group.

Returns:

  • (String)


137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-bedrockagent/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_stateString

Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.

Returns:

  • (String)


137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-bedrockagent/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

#descriptionString

The description of the action group.

Returns:

  • (String)


137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-bedrockagent/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_atTime

The time at which the action group was last updated.

Returns:

  • (Time)


137
138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-bedrockagent/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