StackSummary class

Summarizes the number of layers, instances, and apps in a stack.

Constructors

StackSummary({int? appsCount, String? arn, InstancesCount? instancesCount, int? layersCount, String? name, String? stackId})
StackSummary.fromJson(Map<String, dynamic> json)
factory

Properties

appsCount int?
The number of apps.
final
arn String?
The stack's ARN.
final
hashCode int
The hash code for this object.
no setterinherited
instancesCount InstancesCount?
An InstancesCount object with the number of instances in each status.
final
layersCount int?
The number of layers.
final
name String?
The stack name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackId String?
The stack ID.
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