Method: Aws::CloudWatchLogs::Types::GetDataProtectionPolicyResponse#policy_document
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
#policy_document ⇒ String
The data protection policy document for this log group.
3490 3491 3492 3493 3494 3495 3496 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3490 class GetDataProtectionPolicyResponse < Struct.new( :log_group_identifier, :policy_document, :last_updated_time) SENSITIVE = [] include Aws::Structure end |