TemplateMetadata
public struct TemplateMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time and date the template was created.
Declaration
Swift
public let createdTimestamp: TimeStamp?
-
The name of the template.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(createdTimestamp: TimeStamp? = nil, name: String? = nil)