class Amazonite::CloudWatchLogs::IntegrationSummary

Overview

This structure contains information about one CloudWatch Logs integration. This structure is returned by a ListIntegrations operation.

Included Modules

Defined in:

cloudwatch_logs/integration_summary.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

The name of this integration.


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

The name of this integration.


[View source]
def integration_status : IntegrationStatus | Nil #

The current status of this integration.


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

The current status of this integration.


[View source]
def integration_type : IntegrationType | Nil #

The type of integration. Integrations with OpenSearch Service have the type OPENSEARCH.


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

The type of integration. Integrations with OpenSearch Service have the type OPENSEARCH.


[View source]
def validate! : Nil #

[View source]