Class: Aws::BedrockAgentRuntime::Types::CreateInvocationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp for when the invocation was created.

Returns:

  • (Time)


2174
2175
2176
2177
2178
2179
2180
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2174

class CreateInvocationResponse < Struct.new(
  :created_at,
  :invocation_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#invocation_idString

The unique identifier for the invocation.

Returns:

  • (String)


2174
2175
2176
2177
2178
2179
2180
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2174

class CreateInvocationResponse < Struct.new(
  :created_at,
  :invocation_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end

#session_idString

The unique identifier for the session associated with the invocation.

Returns:

  • (String)


2174
2175
2176
2177
2178
2179
2180
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2174

class CreateInvocationResponse < Struct.new(
  :created_at,
  :invocation_id,
  :session_id)
  SENSITIVE = []
  include Aws::Structure
end