Class: Aws::CloudWatchLogs::Types::DeleteRetentionPolicyRequest

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_nameString

The name of the log group.

Returns:

  • (String)


869
870
871
872
873
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 869

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