class Amazonite::CloudWatchLogs::DeleteIndexPolicyRequest

Included Modules

Defined in:

cloudwatch_logs/delete_index_policy_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(log_group_identifier : String) #

[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 log_group_identifier : String #

The log group to delete the index policy for. You can specify either the name or the ARN of the log group.


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

The log group to delete the index policy for. You can specify either the name or the ARN of the log group.


[View source]
def validate! : Nil #

[View source]