Class: Aws::BedrockAgent::Types::PrepareAgentResponse

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

Overview

PrepareAgent Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

Identifier for a resource.

Returns:

  • (String)


2582
2583
2584
2585
2586
2587
2588
2589
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2582

class PrepareAgentResponse < Struct.new(
  :agent_id,
  :agent_status,
  :agent_version,
  :prepared_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_statusString

Schema Type for Action APIs.

Returns:

  • (String)


2582
2583
2584
2585
2586
2587
2588
2589
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2582

class PrepareAgentResponse < Struct.new(
  :agent_id,
  :agent_status,
  :agent_version,
  :prepared_at)
  SENSITIVE = []
  include Aws::Structure
end

#agent_versionString

Agent Version.

Returns:

  • (String)


2582
2583
2584
2585
2586
2587
2588
2589
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2582

class PrepareAgentResponse < Struct.new(
  :agent_id,
  :agent_status,
  :agent_version,
  :prepared_at)
  SENSITIVE = []
  include Aws::Structure
end

#prepared_atTime

Time Stamp.

Returns:

  • (Time)


2582
2583
2584
2585
2586
2587
2588
2589
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2582

class PrepareAgentResponse < Struct.new(
  :agent_id,
  :agent_status,
  :agent_version,
  :prepared_at)
  SENSITIVE = []
  include Aws::Structure
end