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

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

#invocation_step_idString

The unique identifier of the invocation step in UUID format.

Returns:

  • (String)


7766
7767
7768
7769
7770
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 7766

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