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`.
4799 4800 4801 4802 4803 4804 4805 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4799 class ResourcePolicy < Struct.new( :policy_name, :policy_document, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#policy_document ⇒ String
The details of the policy.
4799 4800 4801 4802 4803 4804 4805 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4799 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.
4799 4800 4801 4802 4803 4804 4805 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4799 class ResourcePolicy < Struct.new( :policy_name, :policy_document, :last_updated_time) SENSITIVE = [] include Aws::Structure end |