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:



3657
3658
3659
3660
3661
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3657

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