Class: Aws::BedrockAgent::Types::PrepareFlowRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_identifierString

The unique identifier of the flow.

Returns:

  • (String)


5728
5729
5730
5731
5732
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5728

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