TemplateSummary

public struct TemplateSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the template.

    Declaration

    Swift

    public let arn: String?
  • The time, in milliseconds since the epoch, when the template was created.

    Declaration

    Swift

    public let createdAt: TimeStamp?
  • The time, in milliseconds since the epoch, when the template was last updated.

    Declaration

    Swift

    public let lastUpdatedAt: TimeStamp?
  • The name of the template.

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, createdAt: TimeStamp? = nil, lastUpdatedAt: TimeStamp? = nil, name: String? = nil)