Class: Aws::CloudWatchLogs::Types::GetTransformerRequest

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 return transformer information 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)


3336
3337
3338
3339
3340
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3336

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