TypeVersionSummary class

Contains summary information about a specific version of a CloudFormation type.

Constructors

TypeVersionSummary({String? arn, String? description, bool? isDefaultVersion, DateTime? timeCreated, RegistryType? type, String? typeName, String? versionId})
TypeVersionSummary.fromXml(XmlElement elem)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the type version.
final
description String?
The description of the type version.
final
hashCode int
The hash code for this object.
no setterinherited
isDefaultVersion bool?
Whether the specified type version is set as the default version.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeCreated DateTime?
When the version was registered.
final
type RegistryType?
The kind of type.
final
typeName String?
The name of the type.
final
versionId String?
The ID of a specific version of the type. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the type version when it is registered.
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