ThemeVersionSummary
public struct ThemeVersionSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the theme version.
Declaration
Swift
public let arn: String?
-
The date and time that this theme version was created.
Declaration
Swift
public let createdTime: TimeStamp?
-
The description of the theme version.
Declaration
Swift
public let description: String?
-
The status of the theme version.
Declaration
Swift
public let status: ResourceStatus?
-
The version number of the theme version.
Declaration
Swift
public let versionNumber: Int64?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: TimeStamp? = nil, description: String? = nil, status: ResourceStatus? = nil, versionNumber: Int64? = nil)