Class: Aws::BedrockAgentCoreControl::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::PutResourcePolicyResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The resource policy that was created or updated.
Instance Attribute Details
#policy ⇒ String
The resource policy that was created or updated.
13012 13013 13014 13015 13016 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 13012 class PutResourcePolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |