Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyAnnotationsRequest

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

#build_workflow_idString

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

Returns:

  • (String)


5007
5008
5009
5010
5011
5012
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5007

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

#policy_arnString

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

Returns:

  • (String)


5007
5008
5009
5010
5011
5012
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5007

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