DescribeTemplateAliasRequest
public struct DescribeTemplateAliasRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the template alias 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 template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn’t apply to templates.
Declaration
Swift
public let aliasName: String
-
The ID of the AWS account that contains the template alias that you’re describing.
Declaration
Swift
public let awsAccountId: String
-
The ID for the template.
Declaration
Swift
public let templateId: String
-
Undocumented
Declaration
Swift
public init(aliasName: String, awsAccountId: String, templateId: String)
-
Declaration
Swift
public func validate(name: String) throws