Class: Aws::Bedrock::Types::GetAutomatedReasoningPolicyRequest

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 retrieve. Can be either the unversioned ARN for the draft policy or an ARN for a specific policy version.

Returns:

  • (String)


5416
5417
5418
5419
5420
# File 'lib/aws-sdk-bedrock/types.rb', line 5416

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