Class: Aws::CloudWatchLogs::Types::DataSourceFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::DataSourceFilter
- Defined in:
- gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Filter criteria for data sources, used to specify which data sources to include in operations based on name and type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name pattern to filter data sources by.
-
#type ⇒ String
The type pattern to filter data sources by.
Instance Attribute Details
#name ⇒ String
The name pattern to filter data sources by.
1193 1194 1195 1196 1197 1198 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1193 class DataSourceFilter < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type pattern to filter data sources by.
1193 1194 1195 1196 1197 1198 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1193 class DataSourceFilter < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |