class Amazonite::CloudWatchLogs::ListIntegrationsResponse

Included Modules

Defined in:

cloudwatch_logs/list_integrations_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(integration_summaries : Array(IntegrationSummary) | Nil = nil) #

[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_summaries : Array(IntegrationSummary) | Nil #

An array, where each object in the array contains information about one CloudWatch Logs integration in this account.


[View source]
def integration_summaries=(integration_summaries : Array(IntegrationSummary) | Nil) #

An array, where each object in the array contains information about one CloudWatch Logs integration in this account.


[View source]
def validate! : Nil #

[View source]