DescribeTypeRegistrationOutput class

Constructors

DescribeTypeRegistrationOutput({String? description, RegistrationStatus? progressStatus, String? typeArn, String? typeVersionArn})
DescribeTypeRegistrationOutput.fromXml(XmlElement elem)
factory

Properties

description String?
The description of the type registration request.
final
hashCode int
The hash code for this object.
no setterinherited
progressStatus RegistrationStatus?
The current status of the type registration request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeArn String?
The Amazon Resource Name (ARN) of the type being registered.
final
typeVersionArn String?
The Amazon Resource Name (ARN) of this specific version of the type being 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