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.
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 |