Method: Aws::CloudWatchLogs::Types::PutDataProtectionPolicyResponse#policy_document

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

#policy_documentString

The data protection policy used for this log group.

Returns:

  • (String)


7332
7333
7334
7335
7336
7337
7338
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 7332

class PutDataProtectionPolicyResponse < Struct.new(
  :log_group_identifier,
  :policy_document,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end