Class: Aws::BedrockAgentRuntime::Types::GetExecutionFlowSnapshotRequest

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

Returns:

  • (String)


4198
4199
4200
4201
4202
4203
4204
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4198

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

#flow_alias_identifierString

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

Returns:

  • (String)


4198
4199
4200
4201
4202
4203
4204
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4198

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

#flow_identifierString

The unique identifier of the flow.

Returns:

  • (String)


4198
4199
4200
4201
4202
4203
4204
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 4198

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