Class: Aws::Bedrock::Types::ExportAutomatedReasoningPolicyVersionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_arnString

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