Class: Aws::CloudWatchLogs::Types::PutDataProtectionPolicyResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudWatchLogs::Types::PutDataProtectionPolicyResponse
 
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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 used for this log group. 
Instance Attribute Details
#last_updated_time ⇒ Integer
The date and time that this policy was most recently updated.
| 6202 6203 6204 6205 6206 6207 6208 | # File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6202 class PutDataProtectionPolicyResponse < 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.
| 6202 6203 6204 6205 6206 6207 6208 | # File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6202 class PutDataProtectionPolicyResponse < Struct.new( :log_group_identifier, :policy_document, :last_updated_time) SENSITIVE = [] include Aws::Structure end | 
#policy_document ⇒ String
The data protection policy used for this log group.
| 6202 6203 6204 6205 6206 6207 6208 | # File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6202 class PutDataProtectionPolicyResponse < Struct.new( :log_group_identifier, :policy_document, :last_updated_time) SENSITIVE = [] include Aws::Structure end |