ChangeSetSummaryListItem

A summary of a change set returned in a list of change sets when the ListChangeSets action is called.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN associated with the unique identifier for the change set referenced in this request.

Link copied to clipboard

The unique identifier for a change set.

Link copied to clipboard

The non-unique name for the change set.

Link copied to clipboard

The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was finished.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The time, in ISO 8601 format (2018-02-27T13:45:22Z), when the change set was started.

Link copied to clipboard

The current status of the change set.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String