DeleteTemplateResponse
public struct DeleteTemplateResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the resource.
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.
Declaration
Swift
public let templateId: String? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, requestId: String? = nil, status: Int? = nil, templateId: String? = nil)
View on GitHub
DeleteTemplateResponse Structure Reference