Class: Aws::CloudWatchLogs::Types::GetDataProtectionPolicyResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::GetDataProtectionPolicyResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #last_updated_time  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that this policy was most recently updated.
 - 
  
    
      #log_group_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The log group name or ARN that you specified in your request.
 - 
  
    
      #policy_document  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data protection policy document for this log group.
 
Instance Attribute Details
#last_updated_time ⇒ Integer
The date and time that this policy was most recently updated.
      2459 2460 2461 2462 2463 2464 2465  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2459 class GetDataProtectionPolicyResponse < Struct.new( :log_group_identifier, :policy_document, :last_updated_time) SENSITIVE = [] include Aws::Structure end  | 
  
#log_group_identifier ⇒ String
The log group name or ARN that you specified in your request.
      2459 2460 2461 2462 2463 2464 2465  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2459 class GetDataProtectionPolicyResponse < Struct.new( :log_group_identifier, :policy_document, :last_updated_time) SENSITIVE = [] include Aws::Structure end  | 
  
#policy_document ⇒ String
The data protection policy document for this log group.
      2459 2460 2461 2462 2463 2464 2465  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2459 class GetDataProtectionPolicyResponse < Struct.new( :log_group_identifier, :policy_document, :last_updated_time) SENSITIVE = [] include Aws::Structure end  |