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.
3237 3238 3239 3240 3241 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3237 class DeleteFlowResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |