DeleteTemplateAliasResponse
public struct DeleteTemplateAliasResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name for the template alias.
Declaration
Swift
public let aliasName: String?
-
The Amazon Resource Name (ARN) of the template you want to delete.
Declaration
Swift
public let arn: String?
-
The AWS request ID for this operation.
Declaration
Swift
public let requestId: String?
-
The HTTP status of the request.
Declaration
Swift
public let status: Int?
-
An ID for the template associated with the deletion.
Declaration
Swift
public let templateId: String?
-
Undocumented
Declaration
Swift
public init(aliasName: String? = nil, arn: String? = nil, requestId: String? = nil, status: Int? = nil, templateId: String? = nil)