Class: Aws::CloudWatchLogs::Types::DeleteTransformerRequest

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_identifierString

Specify either the name or ARN of the log group to delete the transformer for. If the log group is in a source account and you are using a monitoring account, you must use the log group ARN.

Returns:

  • (String)


1315
1316
1317
1318
1319
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1315

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