Class: Aws::CloudWatchLogs::Types::GetDataProtectionPolicyRequest

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

#log_group_identifierString

The name or ARN of the log group that contains the data protection policy that you want to see.

Returns:

  • (String)


3470
3471
3472
3473
3474
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3470

class GetDataProtectionPolicyRequest < Struct.new(
  :log_group_identifier)
  SENSITIVE = []
  include Aws::Structure
end