ConformancePackStatusDetail class

Status details of a conformance pack.

Constructors

ConformancePackStatusDetail({required String conformancePackArn, required String conformancePackId, required String conformancePackName, required ConformancePackState conformancePackState, required DateTime lastUpdateRequestedTime, required String stackArn, String? conformancePackStatusReason, DateTime? lastUpdateCompletedTime})
ConformancePackStatusDetail.fromJson(Map<String, dynamic> json)
factory

Properties

conformancePackArn String
Amazon Resource Name (ARN) of comformance pack.
final
conformancePackId String
ID of the conformance pack.
final
conformancePackName String
Name of the conformance pack.
final
conformancePackState ConformancePackState
Indicates deployment status of conformance pack.
final
conformancePackStatusReason String?
The reason of conformance pack creation failure.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdateCompletedTime DateTime?
Last time when conformation pack creation and update was successful.
final
lastUpdateRequestedTime DateTime
Last time when conformation pack creation and update was requested.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackArn String
Amazon Resource Name (ARN) of AWS CloudFormation stack.
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