TemplateVersionSummary
public struct TemplateVersionSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the template version.
Declaration
Swift
public let arn: String?
-
The time that this template version was created.
Declaration
Swift
public let createdTime: TimeStamp?
-
The description of the template version.
Declaration
Swift
public let description: String?
-
The status of the template version.
Declaration
Swift
public let status: ResourceStatus?
-
The version number of the template version.
Declaration
Swift
public let versionNumber: Int64?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdTime: TimeStamp? = nil, description: String? = nil, status: ResourceStatus? = nil, versionNumber: Int64? = nil)