Class: Aws::CloudWatchLogs::Types::LogFieldsListItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#log_field_nameString

The name of the log field.

Returns:

  • (String)


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_typeTypes::LogFieldType

The data type information for the log field.

Returns:



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