Class: Aws::BedrockAgent::Types::DeleteFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeleteFlowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the flow.
Instance Attribute Details
#id ⇒ String
The unique identifier of the flow.
2665 2666 2667 2668 2669 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 2665 class DeleteFlowResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |