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.
3770 3771 3772 3773 3774 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3770 class GetFlowRequest < Struct.new( :flow_identifier) SENSITIVE = [] include Aws::Structure end |