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)


8646
8647
8648
8649
8650
# File 'lib/aws-sdk-bedrockagent/types.rb', line 8646

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