DescribeThemeRequest
public struct DescribeThemeRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The alias of the theme that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the theme by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn’t apply to themes.
Declaration
Swift
public let aliasName: String?
-
The ID of the AWS account that contains the theme that you’re describing.
Declaration
Swift
public let awsAccountId: String
-
The ID for the theme.
Declaration
Swift
public let themeId: String
-
The version number for the version to describe. If a VersionNumber parameter value isn’t provided, the latest version of the theme is described.
Declaration
Swift
public let versionNumber: Int64?
-
Undocumented
Declaration
Swift
public init(aliasName: String? = nil, awsAccountId: String, themeId: String, versionNumber: Int64? = nil)
-
Declaration
Swift
public func validate(name: String) throws