ProvisioningArtifactSummary class

Summary information about a provisioning artifact (also known as a version) for a product.

Constructors

ProvisioningArtifactSummary({DateTime? createdTime, String? description, String? id, String? name, Map<String, String>? provisioningArtifactMetadata})
ProvisioningArtifactSummary.fromJson(Map<String, dynamic> json)
factory

Properties

createdTime DateTime?
The UTC time stamp of the creation time.
final
description String?
The description of the provisioning artifact.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The identifier of the provisioning artifact.
final
name String?
The name of the provisioning artifact.
final
provisioningArtifactMetadata Map<String, String>?
The metadata for the provisioning artifact. This is used with AWS Marketplace products.
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited