Class: Aws::BedrockAgent::Types::GetFlowVersionRequest

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 for which to get information.

Returns:

  • (String)


5405
5406
5407
5408
5409
5410
5411
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5405

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

#flow_versionString

The version of the flow for which to get information.

Returns:

  • (String)


5405
5406
5407
5408
5409
5410
5411
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5405

class GetFlowVersionRequest < Struct.new(
  :flow_identifier,
  :flow_version,
  :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)


5405
5406
5407
5408
5409
5410
5411
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5405

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