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.
5224 5225 5226 5227 5228 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5224 class GetAutomatedReasoningPolicyRequest < Struct.new( :policy_arn) SENSITIVE = [] include Aws::Structure end |