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

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

#agent_idString

The unique identifier of the agent for which to create a DRAFT version.

Returns:

  • (String)


3203
3204
3205
3206
3207
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3203

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