class Amazonite::CloudWatchLogs::MoveKeyEntry

Overview

This object defines one key that will be moved with the moveKey processor.

Included Modules

Defined in:

cloudwatch_logs/move_key_entry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source : String, target : String, overwrite_if_exists : Bool | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[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 overwrite_if_exists : Bool | Nil #

Specifies whether to overwrite the value if the destination key already exists. If you omit this, the default is false.


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

Specifies whether to overwrite the value if the destination key already exists. If you omit this, the default is false.


[View source]
def source : String #

The key to move.


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

The key to move.


[View source]
def target : String #

The key to move to.


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

The key to move to.


[View source]
def validate! : Nil #

[View source]