You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsIamPolicyVersion

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsIamPolicyVersion as input to an Aws::Client method, you can use a vanilla Hash:

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

A version of an IAM policy.

Instance Attribute Summary collapse

Instance Attribute Details

#create_dateString

Indicates when the version was created.

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

Returns:

  • (String)

    Indicates when the version was created.

#is_default_versionBoolean

Whether the version is the default version.

Returns:

  • (Boolean)

    Whether the version is the default version.

#version_idString

The identifier of the policy version.

Returns:

  • (String)

    The identifier of the policy version.