class
Amazonite::CloudWatchLogs::TagLogGroupRequest
- Amazonite::CloudWatchLogs::TagLogGroupRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/tag_log_group_request.crConstructors
- .new(log_group_name : String, tags : Hash(String, String))
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#log_group_name : String
The name of the log group.
-
#log_group_name=(log_group_name : String)
The name of the log group.
-
#tags : Hash(String, String)
The key-value pairs to use for the tags.
-
#tags=(tags : Hash(String, String))
The key-value pairs to use for the tags.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.