AwsIamPolicyVersion
public struct AwsIamPolicyVersion : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let createDate: String?
-
Whether the version is the default version.
Declaration
Swift
public let isDefaultVersion: Bool?
-
The identifier of the policy version.
Declaration
Swift
public let versionId: String?
-
Undocumented
Declaration
Swift
public init(createDate: String? = nil, isDefaultVersion: Bool? = nil, versionId: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws