Class: Aws::CloudWatchLogs::Types::LogFieldType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Defines the data type structure for a log field, including the type, element information, and nested fields for complex types.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#elementTypes::LogFieldType

For array or collection types, specifies the element type information.

Returns:



5100
5101
5102
5103
5104
5105
5106
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5100

class LogFieldType < Struct.new(
  :type,
  :element,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#fieldsArray<Types::LogFieldsListItem>

For complex types, contains the nested field definitions.

Returns:



5100
5101
5102
5103
5104
5105
5106
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5100

class LogFieldType < Struct.new(
  :type,
  :element,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The data type of the log field.

Returns:

  • (String)


5100
5101
5102
5103
5104
5105
5106
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5100

class LogFieldType < Struct.new(
  :type,
  :element,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end