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

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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#change_typeString

The type of the change.

Returns:

  • (String)

    The type of the change.

#detailsString

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

Returns:

  • (String)

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

#entityTypes::Entity

The entity to be changed.

Returns:

#error_detail_listArray<Types::ErrorDetail>

An array of ErrorDetail objects associated with the change.

Returns:

  • (Array<Types::ErrorDetail>)

    An array of ErrorDetail objects associated with the change.