CreatedArtifact class

An ARN of the AWS cloud resource target receiving the migration (e.g., AMI, EC2 instance, RDS instance, etc.).

Constructors

CreatedArtifact({required String name, String? description})
CreatedArtifact.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
A description that can be free-form text to record additional detail about the artifact for clarity or for later reference.
final
hashCode int
The hash code for this object.
no setterinherited
name String
An ARN that uniquely identifies the result of a migration task.
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