ListPermissionsResponse
public struct ListPermissionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.
Declaration
Swift
public let nextToken: String? -
Summary information about each permission assigned by the specified private CA, including the action enabled, the policy provided, and the time of creation.
Declaration
Swift
public let permissions: [Permission]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, permissions: [Permission]? = nil)
View on GitHub
ListPermissionsResponse Structure Reference