Class: Aws::CloudWatchLogs::Types::DeleteTransformerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DeleteTransformerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_identifier ⇒ String
Specify either the name or ARN of the log group to delete the transformer for.
Instance Attribute Details
#log_group_identifier ⇒ String
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.
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 |