Class: Aws::Bedrock::Types::GetResourcePolicyResponse

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

#resource_policyString

The JSON string representing the Bedrock resource policy.

Returns:

  • (String)


7888
7889
7890
7891
7892
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7888

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