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)


3469
3470
3471
3472
3473
3474
3475
3476
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3469

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)


3469
3470
3471
3472
3473
3474
3475
3476
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3469

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)


3469
3470
3471
3472
3473
3474
3475
3476
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3469

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:



3469
3470
3471
3472
3473
3474
3475
3476
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3469

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