Class: Aws::BedrockAgentRuntime::Types::PutInvocationStepResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#invocation_step_idString

The unique identifier of the invocation step in UUID format.

Returns:

  • (String)


6806
6807
6808
6809
6810
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6806

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