Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyAnnotationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetAutomatedReasoningPolicyAnnotationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#build_workflow_id ⇒ String
The unique identifier of the build workflow whose annotations you want to retrieve.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy whose annotations you want to retrieve.
Instance Attribute Details
#build_workflow_id ⇒ String
The unique identifier of the build workflow whose annotations you want to retrieve.
5199 5200 5201 5202 5203 5204 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5199 class GetAutomatedReasoningPolicyAnnotationsRequest < Struct.new( :policy_arn, :build_workflow_id) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy whose annotations you want to retrieve.
5199 5200 5201 5202 5203 5204 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5199 class GetAutomatedReasoningPolicyAnnotationsRequest < Struct.new( :policy_arn, :build_workflow_id) SENSITIVE = [] include Aws::Structure end |