ListPermissionsResponse
public struct ListPermissionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A continuation token, if this is not the first call to retrieve this list.
Declaration
Swift
public let nextToken: String?
-
A list of principals and their permissions on the resource for the specified principal and resource types.
Declaration
Swift
public let principalResourcePermissions: [PrincipalResourcePermissions]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, principalResourcePermissions: [PrincipalResourcePermissions]? = nil)