You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MarketplaceCatalog::Types::ChangeSetSummaryListItem

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#change_set_arnString

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

Returns:

  • (String)

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

#change_set_idString

The unique identifier for a change set.

Returns:

  • (String)

    The unique identifier for a change set.

#change_set_nameString

The non-unique name for the change set.

Returns:

  • (String)

    The non-unique name for the change set.

#end_timeString

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

Returns:

  • (String)

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

#entity_id_listArray<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.

Returns:

  • (Array<String>)

    This object is a list of entity IDs (string) that are a part of a change set.

#failure_codeString

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.

Possible values:

  • CLIENT_ERROR
  • SERVER_FAULT

Returns:

  • (String)

    Returned if the change set is in FAILED status.

#start_timeString

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

Returns:

  • (String)

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

#statusString

The current status of the change set.

Possible values:

  • PREPARING
  • APPLYING
  • SUCCEEDED
  • CANCELLED
  • FAILED

Returns:

  • (String)

    The current status of the change set.