Class: Aws::Bedrock::Types::GetResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GetResourcePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_policy ⇒ String
The JSON string representing the Bedrock resource policy.
Instance Attribute Details
#resource_policy ⇒ String
The JSON string representing the Bedrock resource policy.
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 |