RegistryId class
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
Constructors
- RegistryId({String? registryArn, String? registryName})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- registryArn → String?
-
Arn of the registry to be updated. One of
RegistryArn
orRegistryName
has to be provided.final - registryName → String?
-
Name of the registry. Used only for lookup. One of
RegistryArn
orRegistryName
has to be provided.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited