Class: Aws::BedrockAgent::Types::GetFlowRequest

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

#flow_identifierString

The unique identifier of the flow.

Returns:

  • (String)


5244
5245
5246
5247
5248
5249
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5244

class GetFlowRequest < Struct.new(
  :flow_identifier,
  :included_data)
  SENSITIVE = []
  include Aws::Structure
end

#included_dataString

Controls the scope of data returned. Set to METADATA_ONLY to return only resource metadata. Set to ALL_DATA or omit this field to return the full response.

Returns:

  • (String)


5244
5245
5246
5247
5248
5249
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5244

class GetFlowRequest < Struct.new(
  :flow_identifier,
  :included_data)
  SENSITIVE = []
  include Aws::Structure
end