Class: Aws::BedrockAgent::Types::DeleteFlowVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::DeleteFlowVersionResponse
- 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.
-
#version ⇒ String
The version of the flow being deleted.
Instance Attribute Details
#id ⇒ String
The unique identifier of the flow.
2850 2851 2852 2853 2854 2855 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2850 class DeleteFlowVersionResponse < Struct.new( :id, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the flow being deleted.
2850 2851 2852 2853 2854 2855 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 2850 class DeleteFlowVersionResponse < Struct.new( :id, :version) SENSITIVE = [] include Aws::Structure end |