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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


376
377
378
379
380
381
382
383
384
385
386
387
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 376

class ChangeSetSummaryListItem < Struct.new(
  :change_set_id,
  :change_set_arn,
  :change_set_name,
  :start_time,
  :end_time,
  :status,
  :entity_id_list,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#change_set_idString

The unique identifier for a change set.

Returns:

  • (String)


376
377
378
379
380
381
382
383
384
385
386
387
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 376

class ChangeSetSummaryListItem < Struct.new(
  :change_set_id,
  :change_set_arn,
  :change_set_name,
  :start_time,
  :end_time,
  :status,
  :entity_id_list,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#change_set_nameString

The non-unique name for the change set.

Returns:

  • (String)


376
377
378
379
380
381
382
383
384
385
386
387
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 376

class ChangeSetSummaryListItem < Struct.new(
  :change_set_id,
  :change_set_arn,
  :change_set_name,
  :start_time,
  :end_time,
  :status,
  :entity_id_list,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeString

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

Returns:

  • (String)


376
377
378
379
380
381
382
383
384
385
386
387
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 376

class ChangeSetSummaryListItem < Struct.new(
  :change_set_id,
  :change_set_arn,
  :change_set_name,
  :start_time,
  :end_time,
  :status,
  :entity_id_list,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#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>)


376
377
378
379
380
381
382
383
384
385
386
387
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 376

class ChangeSetSummaryListItem < Struct.new(
  :change_set_id,
  :change_set_arn,
  :change_set_name,
  :start_time,
  :end_time,
  :status,
  :entity_id_list,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

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

Returns:

  • (String)


376
377
378
379
380
381
382
383
384
385
386
387
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 376

class ChangeSetSummaryListItem < Struct.new(
  :change_set_id,
  :change_set_arn,
  :change_set_name,
  :start_time,
  :end_time,
  :status,
  :entity_id_list,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeString

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

Returns:

  • (String)


376
377
378
379
380
381
382
383
384
385
386
387
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 376

class ChangeSetSummaryListItem < Struct.new(
  :change_set_id,
  :change_set_arn,
  :change_set_name,
  :start_time,
  :end_time,
  :status,
  :entity_id_list,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the change set.

Returns:

  • (String)


376
377
378
379
380
381
382
383
384
385
386
387
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 376

class ChangeSetSummaryListItem < Struct.new(
  :change_set_id,
  :change_set_arn,
  :change_set_name,
  :start_time,
  :end_time,
  :status,
  :entity_id_list,
  :failure_code)
  SENSITIVE = []
  include Aws::Structure
end