class Amazonite::CloudWatchLogs::ListIntegrationsRequest

Included Modules

Defined in:

cloudwatch_logs/list_integrations_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(integration_name_prefix : String | Nil = nil, integration_type : IntegrationType | Nil = nil, integration_status : IntegrationStatus | 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 integration_name_prefix : String | Nil #

To limit the results to integrations that start with a certain name prefix, specify that name prefix here.


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

To limit the results to integrations that start with a certain name prefix, specify that name prefix here.


[View source]
def integration_status : IntegrationStatus | Nil #

To limit the results to integrations with a certain status, specify that status here.


[View source]
def integration_status=(integration_status : IntegrationStatus | Nil) #

To limit the results to integrations with a certain status, specify that status here.


[View source]
def integration_type : IntegrationType | Nil #

To limit the results to integrations of a certain type, specify that type here.


[View source]
def integration_type=(integration_type : IntegrationType | Nil) #

To limit the results to integrations of a certain type, specify that type here.


[View source]
def validate! : Nil #

[View source]