Class: Aws::CloudWatchLogs::Types::GetLogFieldsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetLogFieldsRequest
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_name ⇒ String
The name of the data source to retrieve log fields for.
-
#data_source_type ⇒ String
The type of the data source to retrieve log fields for.
Instance Attribute Details
#data_source_name ⇒ String
The name of the data source to retrieve log fields for.
3849 3850 3851 3852 3853 3854 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3849 class GetLogFieldsRequest < Struct.new( :data_source_name, :data_source_type) SENSITIVE = [] include Aws::Structure end |
#data_source_type ⇒ String
The type of the data source to retrieve log fields for.
3849 3850 3851 3852 3853 3854 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 3849 class GetLogFieldsRequest < Struct.new( :data_source_name, :data_source_type) SENSITIVE = [] include Aws::Structure end |