Class: Aws::BedrockAgentRuntime::Types::GetExecutionFlowSnapshotResponse

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

#customer_encryption_key_arnString

The Amazon Resource Name (ARN) of the customer managed KMS key that's used to encrypt the flow snapshot.

Returns:

  • (String)


3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3077

class GetExecutionFlowSnapshotResponse < Struct.new(
  :customer_encryption_key_arn,
  :definition,
  :execution_role_arn,
  :flow_alias_identifier,
  :flow_identifier,
  :flow_version)
  SENSITIVE = []
  include Aws::Structure
end

#definitionString

The flow definition used for the flow execution, including the nodes, connections, and configuration at the time when the execution started.

The definition returns as a string that follows the structure of a FlowDefinition object.

Returns:

  • (String)


3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3077

class GetExecutionFlowSnapshotResponse < Struct.new(
  :customer_encryption_key_arn,
  :definition,
  :execution_role_arn,
  :flow_alias_identifier,
  :flow_identifier,
  :flow_version)
  SENSITIVE = []
  include Aws::Structure
end

#execution_role_arnString

The Amazon Resource Name (ARN) of the IAM service role that's used by the flow execution.

Returns:

  • (String)


3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3077

class GetExecutionFlowSnapshotResponse < Struct.new(
  :customer_encryption_key_arn,
  :definition,
  :execution_role_arn,
  :flow_alias_identifier,
  :flow_identifier,
  :flow_version)
  SENSITIVE = []
  include Aws::Structure
end

#flow_alias_identifierString

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

Returns:

  • (String)


3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3077

class GetExecutionFlowSnapshotResponse < Struct.new(
  :customer_encryption_key_arn,
  :definition,
  :execution_role_arn,
  :flow_alias_identifier,
  :flow_identifier,
  :flow_version)
  SENSITIVE = []
  include Aws::Structure
end

#flow_identifierString

The unique identifier of the flow.

Returns:

  • (String)


3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3077

class GetExecutionFlowSnapshotResponse < Struct.new(
  :customer_encryption_key_arn,
  :definition,
  :execution_role_arn,
  :flow_alias_identifier,
  :flow_identifier,
  :flow_version)
  SENSITIVE = []
  include Aws::Structure
end

#flow_versionString

The version of the flow used for the flow execution.

Returns:

  • (String)


3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 3077

class GetExecutionFlowSnapshotResponse < Struct.new(
  :customer_encryption_key_arn,
  :definition,
  :execution_role_arn,
  :flow_alias_identifier,
  :flow_identifier,
  :flow_version)
  SENSITIVE = []
  include Aws::Structure
end