class Aws::CloudSearch::Types::OptionStatus

The status of domain configuration option.

@!attribute [rw] creation_date

A timestamp for when this option was created.
@return [Time]

@!attribute [rw] update_date

A timestamp for when this option was last updated.
@return [Time]

@!attribute [rw] update_version

A unique integer that indicates when this option was last updated.
@return [Integer]

@!attribute [rw] state

The state of processing a change to an option. Possible values:

* `RequiresIndexDocuments`\: the option's latest value will not be
  deployed until IndexDocuments has been called and indexing is
  complete.
* `Processing`\: the option's latest value is in the process of
  being activated.
* `Active`\: the option's latest value is completely deployed.
* `FailedToValidate`\: the option value is not compatible with the
  domain's data and cannot be used to index the data. You must
  either modify the option value or update or remove the
  incompatible documents.
@return [String]

@!attribute [rw] pending_deletion

Indicates that the option will be deleted once processing is
complete.
@return [Boolean]

Constants

SENSITIVE