ChangeSetSummaryListItem class
A summary of a change set returned in a list of change sets when the
ListChangeSets
action is called.
Constructors
-
ChangeSetSummaryListItem({String? changeSetArn, String? changeSetId, String? changeSetName, String? endTime, List<
String> ? entityIdList, FailureCode? failureCode, String? startTime, ChangeStatus? status}) -
ChangeSetSummaryListItem.fromJson(Map<
String, dynamic> json) -
factory
Properties
- changeSetArn → String?
-
The ARN associated with the unique identifier for the change set referenced
in this request.
final
- changeSetId → String?
-
The unique identifier for a change set.
final
- changeSetName → String?
-
The non-unique name for the change set.
final
- endTime → String?
-
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was
finished.
final
-
entityIdList
→ List<
String> ? -
This object is a list of entity IDs (string) that are a part of a change
set. The entity ID list is a maximum of 20 entities. It must contain at
least one entity.
final
- failureCode → FailureCode?
-
Returned if the change set is in
FAILED
status. Can be eitherCLIENT_ERROR
, which means that there are issues with the request (see theErrorDetailList
ofDescribeChangeSet
), orSERVER_FAULT
, which means that there is a problem in the system, and you should retry your request.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime → String?
-
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was
started.
final
- status → ChangeStatus?
-
The current status of the change set.
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