Class: Aws::CloudWatchLogs::Types::ResourcePolicy
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::ResourcePolicy
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
A policy enabling one or more entities to put logs to a log group in this account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #last_updated_time  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Timestamp showing when this policy was last updated, expressed as the number of milliseconds after ‘Jan 1, 1970 00:00:00 UTC`.
 - 
  
    
      #policy_document  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The details of the policy.
 - 
  
    
      #policy_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the resource policy.
 
Instance Attribute Details
#last_updated_time ⇒ Integer
Timestamp showing when this policy was last updated, expressed as the number of milliseconds after ‘Jan 1, 1970 00:00:00 UTC`.
      4781 4782 4783 4784 4785 4786 4787  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4781 class ResourcePolicy < Struct.new( :policy_name, :policy_document, :last_updated_time) SENSITIVE = [] include Aws::Structure end  | 
  
#policy_document ⇒ String
The details of the policy.
      4781 4782 4783 4784 4785 4786 4787  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4781 class ResourcePolicy < Struct.new( :policy_name, :policy_document, :last_updated_time) SENSITIVE = [] include Aws::Structure end  | 
  
#policy_name ⇒ String
The name of the resource policy.
      4781 4782 4783 4784 4785 4786 4787  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4781 class ResourcePolicy < Struct.new( :policy_name, :policy_document, :last_updated_time) SENSITIVE = [] include Aws::Structure end  |