class Aws::MarketplaceCatalog::Types::ChangeSetSummaryListItem
A summary of a change set returned in a list of change sets when the `ListChangeSets` action is called.
@!attribute [rw] change_set_id
The unique identifier for a change set. @return [String]
@!attribute [rw] change_set_arn
The ARN associated with the unique identifier for the change set referenced in this request. @return [String]
@!attribute [rw] change_set_name
The non-unique name for the change set. @return [String]
@!attribute [rw] start_time
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started. @return [String]
@!attribute [rw] end_time
The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished. @return [String]
@!attribute [rw] status
The current status of the change set. @return [String]
@!attribute [rw] entity_id_list
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. @return [Array<String>]
@!attribute [rw] failure_code
Returned if the change set is in `FAILED` status. Can be either `CLIENT_ERROR`, which means that there are issues with the request (see the `ErrorDetailList` of `DescribeChangeSet`), or `SERVER_FAULT`, which means that there is a problem in the system, and you should retry your request. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/marketplace-catalog-2018-09-17/ChangeSetSummaryListItem AWS API Documentation
Constants
- SENSITIVE