TypeSummary class

Contains summary information about the specified CloudFormation type.

Constructors

TypeSummary({String? defaultVersionId, String? description, DateTime? lastUpdated, RegistryType? type, String? typeArn, String? typeName})
TypeSummary.fromXml(XmlElement elem)
factory

Properties

defaultVersionId String?
The ID of the default version of the type. The default version is used when the type version is not specified.
final
description String?
The description of the type.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdated DateTime?
When the current default version of the type was registered.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type RegistryType?
The kind of type.
final
typeArn String?
The Amazon Resource Name (ARN) of the type.
final
typeName String?
The name of the type.
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