TemplateSummary

public struct TemplateSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    A summary of a template.

    Declaration

    Swift

    public let arn: String?
  • The last time that this template was created.

    Declaration

    Swift

    public let createdTime: TimeStamp?
  • The last time that this template was updated.

    Declaration

    Swift

    public let lastUpdatedTime: TimeStamp?
  • A structure containing a list of version numbers for the template summary.

    Declaration

    Swift

    public let latestVersionNumber: Int64?
  • A display name for the template.

    Declaration

    Swift

    public let name: String?
  • The ID of the template. This ID is unique per AWS Region for each AWS account.

    Declaration

    Swift

    public let templateId: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, createdTime: TimeStamp? = nil, lastUpdatedTime: TimeStamp? = nil, latestVersionNumber: Int64? = nil, name: String? = nil, templateId: String? = nil)