DescribeArtifactResponse class

Constructors

DescribeArtifactResponse({String? artifactArn, String? artifactName, String? artifactType, UserContext? createdBy, DateTime? creationTime, UserContext? lastModifiedBy, DateTime? lastModifiedTime, MetadataProperties? metadataProperties, Map<String, String>? properties, ArtifactSource? source})
DescribeArtifactResponse.fromJson(Map<String, dynamic> json)
factory

Properties

artifactArn String?
The Amazon Resource Name (ARN) of the artifact.
final
artifactName String?
The name of the artifact.
final
artifactType String?
The type of the artifact.
final
createdBy UserContext?
final
creationTime DateTime?
When the artifact was created.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedBy UserContext?
final
lastModifiedTime DateTime?
When the artifact was last modified.
final
metadataProperties MetadataProperties?
final
properties Map<String, String>?
A list of the artifact's properties.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source ArtifactSource?
The source of the artifact.
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