GetPolicyResponse
public struct GetPolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date the policy was created.
Declaration
Swift
public let creationDate: TimeStamp?
-
The default policy version ID.
Declaration
Swift
public let defaultVersionId: String?
-
The generation ID of the policy.
Declaration
Swift
public let generationId: String?
-
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?
-
init(creationDate:defaultVersionId:generationId:lastModifiedDate:policyArn:policyDocument:policyName:)
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp? = nil, defaultVersionId: String? = nil, generationId: String? = nil, lastModifiedDate: TimeStamp? = nil, policyArn: String? = nil, policyDocument: String? = nil, policyName: String? = nil)