Class: Aws::Bedrock::Types::UpdateAutomatedReasoningPolicyAnnotationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#annotationsArray<Types::AutomatedReasoningPolicyAnnotation>

The updated annotations containing modified rules, variables, and types for the policy.



12151
12152
12153
12154
12155
12156
12157
12158
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12151

class UpdateAutomatedReasoningPolicyAnnotationsRequest < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :annotations,
  :last_updated_annotation_set_hash)
  SENSITIVE = []
  include Aws::Structure
end

#build_workflow_idString

The unique identifier of the build workflow whose annotations you want to update.

Returns:

  • (String)


12151
12152
12153
12154
12155
12156
12157
12158
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12151

class UpdateAutomatedReasoningPolicyAnnotationsRequest < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :annotations,
  :last_updated_annotation_set_hash)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_annotation_set_hashString

The hash value of the annotation set that you're updating. This is used for optimistic concurrency control to prevent conflicting updates.

Returns:

  • (String)


12151
12152
12153
12154
12155
12156
12157
12158
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12151

class UpdateAutomatedReasoningPolicyAnnotationsRequest < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :annotations,
  :last_updated_annotation_set_hash)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

The Amazon Resource Name (ARN) of the Automated Reasoning policy whose annotations you want to update.

Returns:

  • (String)


12151
12152
12153
12154
12155
12156
12157
12158
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 12151

class UpdateAutomatedReasoningPolicyAnnotationsRequest < Struct.new(
  :policy_arn,
  :build_workflow_id,
  :annotations,
  :last_updated_annotation_set_hash)
  SENSITIVE = []
  include Aws::Structure
end