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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/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)


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