class
Amazonite::CloudWatchLogs::DataSourceFilter
- Amazonite::CloudWatchLogs::DataSourceFilter
- Reference
- Object
Overview
Filter criteria for data sources, used to specify which data sources to include in operations based on name and type.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/data_source_filter.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#name : String
The name pattern to filter data sources by.
-
#name=(name : String)
The name pattern to filter data sources by.
-
#type : String | Nil
The type pattern to filter data sources by.
-
#type=(type : String | Nil)
The type pattern to filter data sources by.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.