ThemeSummary

public struct ThemeSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    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?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, createdTime: TimeStamp? = nil, lastUpdatedTime: TimeStamp? = nil, latestVersionNumber: Int64? = nil, name: String? = nil, themeId: String? = nil)