Class: Aws::BedrockAgent::Types::GetResourcePolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the knowledge base to retrieve the resource policy for.

Returns:

  • (String)


5614
5615
5616
5617
5618
# File 'lib/aws-sdk-bedrockagent/types.rb', line 5614

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