Class: Aws::CloudWatchLogs::Types::PutDataProtectionPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_timeInteger

The date and time that this policy was most recently updated.

Returns:

  • (Integer)


3691
3692
3693
3694
3695
3696
3697
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3691

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

#log_group_identifierString

The log group name or ARN that you specified in your request.

Returns:

  • (String)


3691
3692
3693
3694
3695
3696
3697
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3691

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

#policy_documentString

The data protection policy used for this log group.

Returns:

  • (String)


3691
3692
3693
3694
3695
3696
3697
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3691

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