Class: Aws::BedrockAgent::Types::GetFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::GetFlowRequest
- 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.
3762 3763 3764 3765 3766 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3762 class GetFlowRequest < Struct.new( :flow_identifier) SENSITIVE = [] include Aws::Structure end |