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.
1021 1022 1023 1024 1025 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1021 class DeleteResourcePolicyRequest < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |