class
Amazonite::CloudWatchLogs::GetDataProtectionPolicyResponse
- Amazonite::CloudWatchLogs::GetDataProtectionPolicyResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/get_data_protection_policy_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(log_group_identifier : String | Nil = nil, policy_document : String | Nil = nil, last_updated_time : Int64 | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#last_updated_time : Int64 | Nil
The date and time that this policy was most recently updated.
-
#last_updated_time=(last_updated_time : Int64 | Nil)
The date and time that this policy was most recently updated.
-
#log_group_identifier : String | Nil
The log group name or ARN that you specified in your request.
-
#log_group_identifier=(log_group_identifier : String | Nil)
The log group name or ARN that you specified in your request.
-
#policy_document : String | Nil
The data protection policy document for this log group.
-
#policy_document=(policy_document : String | Nil)
The data protection policy document for this log group.
- #validate! : Nil
Constructor Detail
def self.new(log_group_identifier : String | Nil = nil, policy_document : String | Nil = nil, last_updated_time : Int64 | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def last_updated_time=(last_updated_time : Int64 | Nil)
#
The date and time that this policy was most recently updated.
def log_group_identifier : String | Nil
#
The log group name or ARN that you specified in your request.
def log_group_identifier=(log_group_identifier : String | Nil)
#
The log group name or ARN that you specified in your request.
def policy_document=(policy_document : String | Nil)
#
The data protection policy document for this log group.