ListThemeVersionsResponse
public struct ListThemeVersionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The token for the next set of results, or null if there are no more results.
Declaration
Swift
public let nextToken: String? -
The AWS request ID for this operation.
Declaration
Swift
public let requestId: String? -
The HTTP status of the request.
Declaration
Swift
public let status: Int? -
A structure containing a list of all the versions of the specified theme.
Declaration
Swift
public let themeVersionSummaryList: [ThemeVersionSummary]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, requestId: String? = nil, status: Int? = nil, themeVersionSummaryList: [ThemeVersionSummary]? = nil)
View on GitHub
ListThemeVersionsResponse Structure Reference