Deployment class

Contains information about a deployment.

Constructors

Deployment({DateTime? creationTimestamp, String? deploymentId, String? deploymentName, DeploymentStatus? deploymentStatus, bool? isLatestForTarget, String? revisionId, String? targetArn})
Deployment.fromJson(Map<String, dynamic> json)
factory

Properties

creationTimestamp DateTime?
The time at which the deployment was created, expressed in ISO 8601 format.
final
deploymentId String?
The ID of the deployment.
final
deploymentName String?
The name of the deployment.
final
deploymentStatus DeploymentStatus?
The status of the deployment.
final
hashCode int
The hash code for this object.
no setterinherited
isLatestForTarget bool?
Whether or not the deployment is the latest revision for its target.
final
revisionId String?
The revision number of the deployment.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetArn String?
The ARN of the target AWS IoT thing or thing group.
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