Class: Aws::CloudWatchLogs::Types::GetTransformerResponse

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

#creation_timeInteger

The creation time of the transformer, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Returns:

  • (Integer)


3364
3365
3366
3367
3368
3369
3370
3371
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3364

class GetTransformerResponse < Struct.new(
  :log_group_identifier,
  :creation_time,
  :last_modified_time,
  :transformer_config)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeInteger

The date and time when this transformer was most recently modified, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

Returns:

  • (Integer)


3364
3365
3366
3367
3368
3369
3370
3371
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3364

class GetTransformerResponse < Struct.new(
  :log_group_identifier,
  :creation_time,
  :last_modified_time,
  :transformer_config)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_identifierString

The ARN of the log group that you specified in your request.

Returns:

  • (String)


3364
3365
3366
3367
3368
3369
3370
3371
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3364

class GetTransformerResponse < Struct.new(
  :log_group_identifier,
  :creation_time,
  :last_modified_time,
  :transformer_config)
  SENSITIVE = []
  include Aws::Structure
end

#transformer_configArray<Types::Processor>

This sructure contains the configuration of the requested transformer.

Returns:



3364
3365
3366
3367
3368
3369
3370
3371
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3364

class GetTransformerResponse < Struct.new(
  :log_group_identifier,
  :creation_time,
  :last_modified_time,
  :transformer_config)
  SENSITIVE = []
  include Aws::Structure
end