class Amazonite::CloudWatchLogs::PutIntegrationResponse

Included Modules

Defined in:

cloudwatch_logs/put_integration_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(integration_name : String | 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 the integration that you just created.


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

The name of the integration that you just created.


[View source]
def integration_status : IntegrationStatus | Nil #

The status of the integration that you just created.

After you create an integration, it takes a few minutes to complete. During this time, you'll see the status as PROVISIONING.


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

The status of the integration that you just created.

After you create an integration, it takes a few minutes to complete. During this time, you'll see the status as PROVISIONING.


[View source]
def validate! : Nil #

[View source]