class Aws::IAM::Types::DeleteGroupPolicyRequest

@note When making an API call, you may pass DeleteGroupPolicyRequest

data as a hash:

    {
      group_name: "groupNameType", # required
      policy_name: "policyNameType", # required
    }

@!attribute [rw] group_name

The name (friendly name, not ARN) identifying the group that the
policy is embedded in.

This parameter allows (through its [regex pattern][1]) a string of
characters consisting of upper and lowercase alphanumeric characters
with no spaces. You can also include any of the following
characters: \_+=,.@-

[1]: http://wikipedia.org/wiki/regex
@return [String]

@!attribute [rw] policy_name

The name identifying the policy document to delete.

This parameter allows (through its [regex pattern][1]) a string of
characters consisting of upper and lowercase alphanumeric characters
with no spaces. You can also include any of the following
characters: \_+=,.@-

[1]: http://wikipedia.org/wiki/regex
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/DeleteGroupPolicyRequest AWS API Documentation

Constants

SENSITIVE