Theme
public struct Theme : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the theme.
Declaration
Swift
public let arn: String?
-
The date and time that the theme was created.
Declaration
Swift
public let createdTime: TimeStamp?
-
The date and time that the theme was last updated.
Declaration
Swift
public let lastUpdatedTime: TimeStamp?
-
The name that the user gives to the theme.
Declaration
Swift
public let name: String?
-
The identifier that the user gives to the theme.
Declaration
Swift
public let themeId: String?
-
The type of theme, based on how it was created. Valid values include: QUICKSIGHT and CUSTOM.
Declaration
Swift
public let type: ThemeType?
-
Undocumented
Declaration
Swift
public let version: ThemeVersion?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: TimeStamp? = nil, lastUpdatedTime: TimeStamp? = nil, name: String? = nil, themeId: String? = nil, type: ThemeType? = nil, version: ThemeVersion? = nil)