ListResourceDelegatesRequest
public struct ListResourceDelegatesRequest : AWSShape
extension WorkMail.ListResourceDelegatesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of maximum results in a page.
Declaration
Swift
public let maxResults: Int? -
The token used to paginate through the delegates associated with a resource.
Declaration
Swift
public let nextToken: String? -
The identifier for the organization that contains the resource for which delegates are listed.
Declaration
Swift
public let organizationId: String -
The identifier for the resource whose delegates are listed.
Declaration
Swift
public let resourceId: String -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, organizationId: String, resourceId: String) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> WorkMail.ListResourceDelegatesRequest
View on GitHub
ListResourceDelegatesRequest Structure Reference