Class: Aws::BedrockAgent::Types::DeleteFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeleteFlowResponse
- Defined in:
- gems/aws-sdk-bedrockagent/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.
2809 2810 2811 2812 2813 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2809 class DeleteFlowResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |