class Amazonite::CloudWatchLogs::DeleteIntegrationRequest

Included Modules

Defined in:

cloudwatch_logs/delete_integration_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(integration_name : String, force : Bool | 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 force : Bool | Nil #

Specify true to force the deletion of the integration even if vended logs dashboards currently exist.

The default is false.


[View source]
def force=(force : Bool | Nil) #

Specify true to force the deletion of the integration even if vended logs dashboards currently exist.

The default is false.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def integration_name : String #

The name of the integration to delete. To find the name of your integration, use ListIntegrations.


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

The name of the integration to delete. To find the name of your integration, use ListIntegrations.


[View source]
def validate! : Nil #

[View source]