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

Class: Aws::CloudSearch::Types::OptionStatus

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

A timestamp for when this option was created.

Returns:

  • (Time)

    A timestamp for when this option was created.

#pending_deletionBoolean

Indicates that the option will be deleted once processing is complete.

Returns:

  • (Boolean)

    Indicates that the option will be deleted once processing is complete.

#stateString

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.

    Possible values:

    • RequiresIndexDocuments
    • Processing
    • Active
    • FailedToValidate

Returns:

  • (String)

    The state of processing a change to an option.

#update_dateTime

A timestamp for when this option was last updated.

Returns:

  • (Time)

    A timestamp for when this option was last updated.

#update_versionInteger

A unique integer that indicates when this option was last updated.

Returns:

  • (Integer)

    A unique integer that indicates when this option was last updated.