GetPolicyVersionResponse
public struct GetPolicyVersionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date the policy was created.
Declaration
Swift
public let creationDate: TimeStamp? -
The generation ID of the policy version.
Declaration
Swift
public let generationId: String? -
Specifies whether the policy version is the default.
Declaration
Swift
public let isDefaultVersion: Bool? -
The date the policy was last modified.
Declaration
Swift
public let lastModifiedDate: TimeStamp? -
The policy ARN.
Declaration
Swift
public let policyArn: String? -
The JSON document that describes the policy.
Declaration
Swift
public let policyDocument: String? -
The policy name.
Declaration
Swift
public let policyName: String? -
The policy version ID.
Declaration
Swift
public let policyVersionId: String?
View on GitHub
GetPolicyVersionResponse Structure Reference