Class: Aws::BedrockAgentRuntime::Types::GetFlowExecutionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_identifierString

The unique identifier of the flow execution to retrieve.

Returns:

  • (String)


3071
3072
3073
3074
3075
3076
3077
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3071

class GetFlowExecutionRequest < Struct.new(
  :flow_identifier,
  :flow_alias_identifier,
  :execution_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#flow_alias_identifierString

The unique identifier of the flow alias used for the execution.

Returns:

  • (String)


3071
3072
3073
3074
3075
3076
3077
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3071

class GetFlowExecutionRequest < Struct.new(
  :flow_identifier,
  :flow_alias_identifier,
  :execution_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#flow_identifierString

The unique identifier of the flow.

Returns:

  • (String)


3071
3072
3073
3074
3075
3076
3077
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3071

class GetFlowExecutionRequest < Struct.new(
  :flow_identifier,
  :flow_alias_identifier,
  :execution_identifier)
  SENSITIVE = []
  include Aws::Structure
end