Class: Aws::CloudWatchLogs::Types::DeleteDataProtectionPolicyRequest

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 you want to delete the data protection policy for.

Returns:

  • (String)


678
679
680
681
682
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 678

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