class Aws::SecurityHub::Types::AwsIamPolicyVersion

A version of an IAM policy.

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

data as a hash:

    {
      version_id: "NonEmptyString",
      is_default_version: false,
      create_date: "NonEmptyString",
    }

@!attribute [rw] version_id

The identifier of the policy version.
@return [String]

@!attribute [rw] is_default_version

Whether the version is the default version.
@return [Boolean]

@!attribute [rw] create_date

Indicates when the version was created.

Uses the `date-time` format specified in [RFC 3339 section 5.6,
Internet Date/Time Format][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsIamPolicyVersion AWS API Documentation

Constants

SENSITIVE