class
Amazonite::CloudWatchLogs::DescribeSubscriptionFiltersRequest
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/describe_subscription_filters_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_group_name : String, filter_name_prefix : String | Nil = nil, next_token : String | Nil = nil, limit : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#filter_name_prefix : String | Nil
The prefix to match.
-
#filter_name_prefix=(filter_name_prefix : String | Nil)
The prefix to match.
-
#hash(hasher)
See
Object#hash(hasher) -
#limit : Int32 | Nil
The maximum number of items returned.
-
#limit=(limit : Int32 | Nil)
The maximum number of items returned.
-
#log_group_name : String
The name of the log group.
-
#log_group_name=(log_group_name : String)
The name of the log group.
-
#next_token : String | Nil
The token for the next set of items to return.
-
#next_token=(next_token : String | Nil)
The token for the next set of items to return.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The prefix to match. If you don't specify a value, no prefix filter is applied.
The prefix to match. If you don't specify a value, no prefix filter is applied.
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
The token for the next set of items to return. (You received this token from a previous call.)
The token for the next set of items to return. (You received this token from a previous call.)