Class: Aws::CloudWatchLogs::Types::GetDataProtectionPolicyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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)


2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2197

class GetDataProtectionPolicyResponse < 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)


2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2197

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

#policy_documentString

The data protection policy document for this log group.

Returns:

  • (String)


2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2197

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