Method: Aws::CloudWatchLogs::Types::GetDataProtectionPolicyResponse#policy_document

Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

#policy_documentString

The data protection policy document for this log group.

Returns:

  • (String)


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