TemplateAlias
public struct TemplateAlias : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The display name of the template alias.
Declaration
Swift
public let aliasName: String? -
The Amazon Resource Name (ARN) of the template alias.
Declaration
Swift
public let arn: String? -
The version number of the template alias.
Declaration
Swift
public let templateVersionNumber: Int64? -
Undocumented
Declaration
Swift
public init(aliasName: String? = nil, arn: String? = nil, templateVersionNumber: Int64? = nil)
View on GitHub
TemplateAlias Structure Reference