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)


7772
7773
7774
7775
7776
# File 'lib/aws-sdk-bedrock/types.rb', line 7772

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