Class: Aws::BedrockAgent::Types::PrepareFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::PrepareFlowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_identifier ⇒ String
The unique identifier of the flow.
Instance Attribute Details
#flow_identifier ⇒ String
The unique identifier of the flow.
5754 5755 5756 5757 5758 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5754 class PrepareFlowRequest < Struct.new( :flow_identifier) SENSITIVE = [] include Aws::Structure end |