Class: Aws::Bedrock::Types::ExportAutomatedReasoningPolicyVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ExportAutomatedReasoningPolicyVersionRequest
- Includes:
- Structure
- Defined in:
- 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 export.
Instance Attribute Details
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the Automated Reasoning policy to export. Can be either the unversioned ARN for the draft policy or a versioned ARN for a specific policy version.
4865 4866 4867 4868 4869 |
# File 'lib/aws-sdk-bedrock/types.rb', line 4865 class ExportAutomatedReasoningPolicyVersionRequest < Struct.new( :policy_arn) SENSITIVE = [] include Aws::Structure end |