class
Amazonite::CloudWatchLogs::DeleteAccountPolicyRequest
- Amazonite::CloudWatchLogs::DeleteAccountPolicyRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/delete_account_policy_request.crConstructors
- .new(policy_name : String, policy_type : PolicyType)
- .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) -
#policy_name : String
The name of the policy to delete.
-
#policy_name=(policy_name : String)
The name of the policy to delete.
-
#policy_type : PolicyType
The type of policy to delete.
-
#policy_type=(policy_type : PolicyType)
The type of policy to delete.
- #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?.