Class: Aws::CloudWatchLogs::Types::GetLogFieldsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_fieldsArray<Types::LogFieldsListItem>

The list of log fields for the specified data source, including field names and their data types.

Returns:



4138
4139
4140
4141
4142
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4138

class GetLogFieldsResponse < Struct.new(
  :log_fields)
  SENSITIVE = []
  include Aws::Structure
end