Class: Aws::BedrockAgent::Types::PrepareAgentRequest

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

Overview

PrepareAgent Request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

Id generated at the server side when an Agent is created

Returns:

  • (String)


2556
2557
2558
2559
2560
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2556

class PrepareAgentRequest < Struct.new(
  :agent_id)
  SENSITIVE = []
  include Aws::Structure
end