Class: Aws::CloudWatchLogs::Types::DeleteLogGroupRequest

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)


780
781
782
783
784
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 780

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