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