Class: Aws::CloudWatchLogs::Types::GetDataProtectionPolicyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::GetDataProtectionPolicyRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #log_group_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name or ARN of the log group that contains the data protection policy that you want to see.
 
Instance Attribute Details
#log_group_identifier ⇒ String
The name or ARN of the log group that contains the data protection policy that you want to see.
      2439 2440 2441 2442 2443  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2439 class GetDataProtectionPolicyRequest < Struct.new( :log_group_identifier) SENSITIVE = [] include Aws::Structure end  |