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.
7834 7835 7836 7837 7838 |
# File 'lib/aws-sdk-bedrock/types.rb', line 7834 class GetResourcePolicyResponse < Struct.new( :resource_policy) SENSITIVE = [] include Aws::Structure end |