Class: Aws::BedrockAgent::Types::GetFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::GetFlowRequest
- Defined in:
- gems/aws-sdk-bedrockagent/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.
4839 4840 4841 4842 4843 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 4839 class GetFlowRequest < Struct.new( :flow_identifier) SENSITIVE = [] include Aws::Structure end |