Class: Aws::CloudWatchLogs::Types::LogFieldsListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::LogFieldsListItem
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Represents a log field with its name and data type information for a specific data source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_field_name ⇒ String
The name of the log field.
-
#log_field_type ⇒ Types::LogFieldType
The data type information for the log field.
Instance Attribute Details
#log_field_name ⇒ String
The name of the log field.
5121 5122 5123 5124 5125 5126 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5121 class LogFieldsListItem < Struct.new( :log_field_name, :log_field_type) SENSITIVE = [] include Aws::Structure end |
#log_field_type ⇒ Types::LogFieldType
The data type information for the log field.
5121 5122 5123 5124 5125 5126 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5121 class LogFieldsListItem < Struct.new( :log_field_name, :log_field_type) SENSITIVE = [] include Aws::Structure end |