TemplateSummary class

The template summary.

Constructors

TemplateSummary({String? arn, DateTime? createdTime, DateTime? lastUpdatedTime, int? latestVersionNumber, String? name, String? templateId})
TemplateSummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
A summary of a template.
final
createdTime DateTime?
The last time that this template was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTime DateTime?
The last time that this template was updated.
final
latestVersionNumber int?
A structure containing a list of version numbers for the template summary.
final
name String?
A display name for the template.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
templateId String?
The ID of the template. This ID is unique per AWS Region for each AWS account.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited