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

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_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)


3559
3560
3561
3562
3563
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3559

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