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

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_policyString

The JSON string representing the Bedrock resource policy.

Returns:

  • (String)


7865
7866
7867
7868
7869
# File 'lib/aws-sdk-bedrock/types.rb', line 7865

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