Class: Aws::BedrockAgent::Types::GetAgentActionGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_group_idString

The unique identifier of the action group for which to get information.

Returns:

  • (String)


1868
1869
1870
1871
1872
1873
1874
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1868

class GetAgentActionGroupRequest < Struct.new(
  :action_group_id,
  :agent_id,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#agent_idString

The unique identifier of the agent that the action group belongs to.

Returns:

  • (String)


1868
1869
1870
1871
1872
1873
1874
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1868

class GetAgentActionGroupRequest < Struct.new(
  :action_group_id,
  :agent_id,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end

#agent_versionString

The version of the agent that the action group belongs to.

Returns:

  • (String)


1868
1869
1870
1871
1872
1873
1874
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1868

class GetAgentActionGroupRequest < Struct.new(
  :action_group_id,
  :agent_id,
  :agent_version)
  SENSITIVE = []
  include Aws::Structure
end