class
Amazonite::Iam::DeleteGroupPolicyRequest
- Amazonite::Iam::DeleteGroupPolicyRequest
- Reference
- Object
Defined in:
iam/delete_group_policy_request.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#group_name : String
The name (friendly name, not ARN) identifying the group that the policy is embedded in.
-
#group_name=(group_name : String)
The name (friendly name, not ARN) identifying the group that the policy is embedded in.
-
#hash(hasher)
See
Object#hash(hasher) -
#policy_name : String
The name identifying the policy document to delete.
-
#policy_name=(policy_name : String)
The name identifying the policy document to delete.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name (friendly name, not ARN) identifying the group that the policy is embedded in.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The name (friendly name, not ARN) identifying the group that the policy is embedded in.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The name identifying the policy document to delete.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
The name identifying the policy document to delete.
This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-