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.

Returns:

  • (String)


5601
5602
5603
5604
5605
# File 'lib/aws-sdk-bedrock/types.rb', line 5601

class ExportAutomatedReasoningPolicyVersionRequest < Struct.new(
  :policy_arn)
  SENSITIVE = []
  include Aws::Structure
end