SolutionVersionSummary class
Provides a summary of the properties of a solution version. For a complete listing, call the DescribeSolutionVersion API.
Constructors
- SolutionVersionSummary({DateTime? creationDateTime, String? failureReason, DateTime? lastUpdatedDateTime, String? solutionVersionArn, String? status})
-
SolutionVersionSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationDateTime → DateTime?
-
The date and time (in Unix time) that this version of a solution was
created.
final
- failureReason → String?
-
If a solution version fails, the reason behind the failure.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedDateTime → DateTime?
-
The date and time (in Unix time) that the solution version was last updated.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- solutionVersionArn → String?
-
The Amazon Resource Name (ARN) of the solution version.
final
- status → String?
-
The status of the solution version.
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