Class: Aws::BedrockAgent::Types::DeleteFlowResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the flow.

Returns:

  • (String)


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