class
Amazonite::CloudWatchLogs::DeleteMetricFilterRequest
- Amazonite::CloudWatchLogs::DeleteMetricFilterRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/delete_metric_filter_request.crConstructors
- .new(log_group_name : String, filter_name : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#filter_name : String
The name of the metric filter.
-
#filter_name=(filter_name : String)
The name of the metric filter.
-
#hash(hasher)
See
Object#hash(hasher) -
#log_group_name : String
The name of the log group.
-
#log_group_name=(log_group_name : String)
The name of the log group.
- #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?.