Class: Aws::CloudWatchLogs::Types::GetTransformerResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetTransformerResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Integer
The creation time of the transformer, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
-
#last_modified_time ⇒ Integer
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.
-
#log_group_identifier ⇒ String
The ARN of the log group that you specified in your request.
-
#transformer_config ⇒ Array<Types::Processor>
This sructure contains the configuration of the requested transformer.
Instance Attribute Details
#creation_time ⇒ Integer
The creation time of the transformer, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
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_time ⇒ Integer
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.
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_identifier ⇒ String
The ARN of the log group that you specified in your request.
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_config ⇒ Array<Types::Processor>
This sructure contains the configuration of the requested transformer.
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 |