Class: Aws::MarketplaceCatalog::Types::DescribeChangeSetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_setArray<Types::ChangeSummary>

An array of ChangeSummary objects.

Returns:



833
834
835
836
837
838
839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 833

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

#change_set_arnString

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

Returns:

  • (String)


833
834
835
836
837
838
839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 833

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

#change_set_idString

Required. The unique identifier for the change set referenced in this request.

Returns:

  • (String)


833
834
835
836
837
838
839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 833

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

#change_set_nameString

The optional name provided in the StartChangeSet request. If you do not provide a name, one is set by default.

Returns:

  • (String)


833
834
835
836
837
838
839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 833

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

#end_timeString

The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request transitioned to a terminal state. The change cannot transition to a different state. Null if the request is not in a terminal state.

Returns:

  • (String)


833
834
835
836
837
838
839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 833

class DescribeChangeSetResponse < Struct.new(
  :change_set_id,
  :change_set_arn,
  :change_set_name,
  :intent,
  :start_time,
  :end_time,
  :status,
  :failure_code,
  :failure_description,
  :change_set)
  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), or SERVER_FAULT, which means that there is a problem in the system, and you should retry your request.

Returns:

  • (String)


833
834
835
836
837
838
839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 833

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

#failure_descriptionString

Returned if there is a failure on the change set, but that failure is not related to any of the changes in the request.

Returns:

  • (String)


833
834
835
836
837
838
839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 833

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

#intentString

The optional intent provided in the StartChangeSet request. If you do not provide an intent, APPLY is set by default.

Returns:

  • (String)


833
834
835
836
837
838
839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 833

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

#start_timeString

The date and time, in ISO 8601 format (2018-02-27T13:45:22Z), the request started.

Returns:

  • (String)


833
834
835
836
837
838
839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 833

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

#statusString

The status of the change request.

Returns:

  • (String)


833
834
835
836
837
838
839
840
841
842
843
844
845
846
# File 'gems/aws-sdk-marketplacecatalog/lib/aws-sdk-marketplacecatalog/types.rb', line 833

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