Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetAutomatedReasoningPolicyRequest
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy to retrieve.
Instance Attribute Details
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy to retrieve. Can be either the unversioned ARN for the draft policy or an ARN for a specific policy version.
5243 5244 5245 5246 5247 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5243 class GetAutomatedReasoningPolicyRequest < Struct.new( :policy_arn) SENSITIVE = [] include Aws::Structure end |