ThemeVersion
public struct ThemeVersion : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the resource.
Declaration
Swift
public let arn: String?
-
The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default QuickSight theme.
Declaration
Swift
public let baseThemeId: String?
-
The theme configuration, which contains all the theme display properties.
Declaration
Swift
public let configuration: ThemeConfiguration?
-
The date and time that this theme version was created.
Declaration
Swift
public let createdTime: TimeStamp?
-
The description of the theme.
Declaration
Swift
public let description: String?
-
Errors associated with the theme.
Declaration
Swift
public let errors: [ThemeError]?
-
The status of the theme version.
Declaration
Swift
public let status: ResourceStatus?
-
The version number of the theme.
Declaration
Swift
public let versionNumber: Int64?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, baseThemeId: String? = nil, configuration: ThemeConfiguration? = nil, createdTime: TimeStamp? = nil, description: String? = nil, errors: [ThemeError]? = nil, status: ResourceStatus? = nil, versionNumber: Int64? = nil)