class Amazonite::CloudWatchLogs::ListSyslogConfigurationsRequest

Included Modules

Defined in:

cloudwatch_logs/list_syslog_configurations_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(log_group_identifier : String | Nil = nil, vpc_endpoint_id : String | Nil = nil, next_token : String | Nil = nil, max_results : Int32 | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def log_group_identifier : String | Nil #

The name or ARN of the log group to filter syslog configurations for.


[View source]
def log_group_identifier=(log_group_identifier : String | Nil) #

The name or ARN of the log group to filter syslog configurations for.


[View source]
def max_results : Int32 | Nil #

The maximum number of syslog configurations to return in the response.


[View source]
def max_results=(max_results : Int32 | Nil) #

The maximum number of syslog configurations to return in the response.


[View source]
def next_token : String | Nil #

The token for the next set of items to return. You received this token from a previous call.


[View source]
def next_token=(next_token : String | Nil) #

The token for the next set of items to return. You received this token from a previous call.


[View source]
def validate! : Nil #

[View source]
def vpc_endpoint_id : String | Nil #

The ID of the VPC endpoint to filter syslog configurations for.


[View source]
def vpc_endpoint_id=(vpc_endpoint_id : String | Nil) #

The ID of the VPC endpoint to filter syslog configurations for.


[View source]