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

Class: Aws::ElasticsearchService::Types::OptionStatus

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_dateTime

Timestamp which tells the creation date for the entity.

Returns:

  • (Time)

    Timestamp which tells the creation date for the entity.

#pending_deletionBoolean

Indicates whether the Elasticsearch domain is being deleted.

Returns:

  • (Boolean)

    Indicates whether the Elasticsearch domain is being deleted.

#stateString

Provides the OptionState for the Elasticsearch domain.

Possible values:

  • RequiresIndexDocuments
  • Processing
  • Active

Returns:

  • (String)

    Provides the OptionState for the Elasticsearch domain.

#update_dateTime

Timestamp which tells the last updated time for the entity.

Returns:

  • (Time)

    Timestamp which tells the last updated time for the entity.

#update_versionInteger

Specifies the latest version for the entity.

Returns:

  • (Integer)

    Specifies the latest version for the entity.