ListWebsiteAuthorizationProvidersResponse
public struct ListWebsiteAuthorizationProvidersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
Declaration
Swift
public let nextToken: String?
-
The website authorization providers.
Declaration
Swift
public let websiteAuthorizationProviders: [WebsiteAuthorizationProviderSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, websiteAuthorizationProviders: [WebsiteAuthorizationProviderSummary]? = nil)