Class: Aws::CloudWatchLogs::Types::ListTagsLogGroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2845
2846
2847
2848
2849
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2845

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