Class: Aws::CloudWatchLogs::Types::DataSourceFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name pattern to filter data sources by.

Returns:

  • (String)


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

#typeString

The type pattern to filter data sources by.

Returns:

  • (String)


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