Class: Aws::CloudWatchLogs::Types::GetLogFieldsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::GetLogFieldsRequest
- Includes:
- Structure
- Defined in:
- 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.
3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3643 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.
3643 3644 3645 3646 3647 3648 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 3643 class GetLogFieldsRequest < Struct.new( :data_source_name, :data_source_type) SENSITIVE = [] include Aws::Structure end |