UpdateTemplateResponse
public struct UpdateTemplateResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) for the template.
Declaration
Swift
public let arn: String?
-
The creation status of the template.
Declaration
Swift
public let creationStatus: ResourceStatus?
-
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?
-
The ID for the template.
Declaration
Swift
public let templateId: String?
-
The ARN for the template, including the version information of the first version.
Declaration
Swift
public let versionArn: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, creationStatus: ResourceStatus? = nil, requestId: String? = nil, status: Int? = nil, templateId: String? = nil, versionArn: String? = nil)