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.
4059 4060 4061 4062 4063 4064 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4059 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.
4059 4060 4061 4062 4063 4064 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 4059 class GetLogFieldsRequest < Struct.new( :data_source_name, :data_source_type) SENSITIVE = [] include Aws::Structure end |