Class: Aws::CloudWatchLogs::Types::DeleteResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteResourcePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_name ⇒ String
The name of the policy to be revoked.
Instance Attribute Details
#policy_name ⇒ String
The name of the policy to be revoked. This parameter is required.
1301 1302 1303 1304 1305 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1301 class DeleteResourcePolicyRequest < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |