class
Amazonite::CloudWatchLogs::ListSyslogConfigurationsRequest
- Amazonite::CloudWatchLogs::ListSyslogConfigurationsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/list_syslog_configurations_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_group_identifier : String | Nil = nil, vpc_endpoint_id : String | Nil = nil, next_token : String | Nil = nil, max_results : Int32 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_group_identifier : String | Nil
The name or ARN of the log group to filter syslog configurations for.
-
#log_group_identifier=(log_group_identifier : String | Nil)
The name or ARN of the log group to filter syslog configurations for.
-
#max_results : Int32 | Nil
The maximum number of syslog configurations to return in the response.
-
#max_results=(max_results : Int32 | Nil)
The maximum number of syslog configurations to return in the response.
-
#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
-
#vpc_endpoint_id : String | Nil
The ID of the VPC endpoint to filter syslog configurations for.
-
#vpc_endpoint_id=(vpc_endpoint_id : String | Nil)
The ID of the VPC endpoint to filter syslog configurations for.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name or ARN of the log group to filter syslog configurations for.
The name or ARN of the log group to filter syslog configurations for.
The maximum number of syslog configurations to return in the response.
The maximum number of syslog configurations to return in the response.
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.
The ID of the VPC endpoint to filter syslog configurations for.
The ID of the VPC endpoint to filter syslog configurations for.