ListResourceDelegatesResponse
public struct ListResourceDelegatesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One page of the resource’s delegates.
Declaration
Swift
public let delegates: [Delegate]?
-
The token used to paginate through the delegates associated with a resource. While results are still available, it has an associated value. When the last page is reached, the token is empty.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(delegates: [Delegate]? = nil, nextToken: String? = nil)