TemplateVersionSummary class

The template version.

Constructors

TemplateVersionSummary.new({String? arn, DateTime? createdTime, String? description, ResourceStatus? status, int? versionNumber})
TemplateVersionSummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the template version.
final
createdTime DateTime?
The time that this template version was created.
final
description String?
The description of the template version.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status ResourceStatus?
The status of the template version.
final
versionNumber int?
The version number of the template version.
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