class Amazonite::CloudWatchLogs::PutDataProtectionPolicyResponse

Included Modules

Defined in:

cloudwatch_logs/put_data_protection_policy_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(log_group_identifier : String | Nil = nil, policy_document : String | Nil = nil, last_updated_time : Int64 | 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 last_updated_time : Int64 | Nil #

The date and time that this policy was most recently updated.


[View source]
def last_updated_time=(last_updated_time : Int64 | Nil) #

The date and time that this policy was most recently updated.


[View source]
def log_group_identifier : String | Nil #

The log group name or ARN that you specified in your request.


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

The log group name or ARN that you specified in your request.


[View source]
def policy_document : String | Nil #

The data protection policy used for this log group.


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

The data protection policy used for this log group.


[View source]
def validate! : Nil #

[View source]