ThemeSummary
public struct ThemeSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the resource.
Declaration
Swift
public let arn: String? -
The date and time that this theme was created.
Declaration
Swift
public let createdTime: TimeStamp? -
The last date and time that this theme was updated.
Declaration
Swift
public let lastUpdatedTime: TimeStamp? -
The latest version number for the theme.
Declaration
Swift
public let latestVersionNumber: Int64? -
the display name for the theme.
Declaration
Swift
public let name: String? -
The ID of the theme. This ID is unique per AWS Region for each AWS account.
Declaration
Swift
public let themeId: String?
View on GitHub
ThemeSummary Structure Reference