Template
public struct Template : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the template.
Declaration
Swift
public let arn: String? -
Time when this was created.
Declaration
Swift
public let createdTime: TimeStamp? -
Time when this was last updated.
Declaration
Swift
public let lastUpdatedTime: TimeStamp? -
The display name of the template.
Declaration
Swift
public let name: String? -
The ID for the template. This is unique per AWS Region for each AWS account.
Declaration
Swift
public let templateId: String? -
A structure describing the versions of the template.
Declaration
Swift
public let version: TemplateVersion? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: TimeStamp? = nil, lastUpdatedTime: TimeStamp? = nil, name: String? = nil, templateId: String? = nil, version: TemplateVersion? = nil)
View on GitHub
Template Structure Reference