class Aws::IAM::Types::DeletePolicyVersionRequest

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

data as a hash:

    {
      policy_arn: "arnType", # required
      version_id: "policyVersionIdType", # required
    }

@!attribute [rw] policy_arn

The Amazon Resource Name (ARN) of the IAM policy from which you want
to delete a version.

For more information about ARNs, see [Amazon Resource Names
(ARNs)][1] in the *Amazon Web Services General Reference*.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] version_id

The policy version to delete.

This parameter allows (through its [regex pattern][1]) a string of
characters that consists of the lowercase letter 'v' followed by
one or two digits, and optionally followed by a period '.' and a
string of letters and digits.

For more information about managed policy versions, see [Versioning
for managed policies][2] in the *IAM User Guide*.

[1]: http://wikipedia.org/wiki/regex
[2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html
@return [String]

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

Constants

SENSITIVE