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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3875
3876
3877
3878
3879
3880
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3875

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

#flow_versionString

The version of the flow for which to get information.

Returns:

  • (String)


3875
3876
3877
3878
3879
3880
# File 'lib/aws-sdk-bedrockagent/types.rb', line 3875

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