Class: Aws::CloudWatchLogs::Types::GetLogFieldsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetLogFieldsResponse
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_fields ⇒ Array<Types::LogFieldsListItem>
The list of log fields for the specified data source, including field names and their data types.
Instance Attribute Details
#log_fields ⇒ Array<Types::LogFieldsListItem>
The list of log fields for the specified data source, including field names and their data types.
3863 3864 3865 3866 3867 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3863 class GetLogFieldsResponse < Struct.new( :log_fields) SENSITIVE = [] include Aws::Structure end |