Class: Aws::MarketplaceCatalog::Types::ChangeSummary

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

Overview

This object is a container for common summary information about the change. The summary doesn’t contain the whole change structure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_nameString

Optional name for the change.

Returns:

  • (String)


200
201
202
203
204
205
206
207
208
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 200

class ChangeSummary < Struct.new(
  :change_type,
  :entity,
  :details,
  :error_detail_list,
  :change_name)
  SENSITIVE = []
  include Aws::Structure
end

#change_typeString

The type of the change.

Returns:

  • (String)


200
201
202
203
204
205
206
207
208
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 200

class ChangeSummary < Struct.new(
  :change_type,
  :entity,
  :details,
  :error_detail_list,
  :change_name)
  SENSITIVE = []
  include Aws::Structure
end

#detailsString

This object contains details specific to the change type of the requested change.

Returns:

  • (String)


200
201
202
203
204
205
206
207
208
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 200

class ChangeSummary < Struct.new(
  :change_type,
  :entity,
  :details,
  :error_detail_list,
  :change_name)
  SENSITIVE = []
  include Aws::Structure
end

#entityTypes::Entity

The entity to be changed.

Returns:



200
201
202
203
204
205
206
207
208
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 200

class ChangeSummary < Struct.new(
  :change_type,
  :entity,
  :details,
  :error_detail_list,
  :change_name)
  SENSITIVE = []
  include Aws::Structure
end

#error_detail_listArray<Types::ErrorDetail>

An array of ‘ErrorDetail` objects associated with the change.

Returns:



200
201
202
203
204
205
206
207
208
# File 'lib/aws-sdk-marketplacecatalog/types.rb', line 200

class ChangeSummary < Struct.new(
  :change_type,
  :entity,
  :details,
  :error_detail_list,
  :change_name)
  SENSITIVE = []
  include Aws::Structure
end