Class: Aws::Bedrock::Types::GetResourcePolicyRequest

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

#resource_arnString

The ARN of the Bedrock resource to which this resource policy applies.

Returns:

  • (String)


7760
7761
7762
7763
7764
# File 'lib/aws-sdk-bedrock/types.rb', line 7760

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