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

Class: Aws::ElasticsearchService::Types::ServiceSoftwareOptions

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#automated_update_dateTime

Timestamp, in Epoch time, until which you can manually request a service software update. After this date, we automatically update your service software.

Returns:

  • (Time)

    Timestamp, in Epoch time, until which you can manually request a service software update.

#cancellableBoolean

True if you are able to cancel your service software version update. False if you are not able to cancel your service software version.

Returns:

  • (Boolean)

    True if you are able to cancel your service software version update.

#current_versionString

The current service software version that is present on the domain.

Returns:

  • (String)

    The current service software version that is present on the domain.

#descriptionString

The description of the UpdateStatus.

Returns:

  • (String)

    The description of the UpdateStatus.

#new_versionString

The new service software version if one is available.

Returns:

  • (String)

    The new service software version if one is available.

#optional_deploymentBoolean

True if a service software is never automatically updated. False if a service software is automatically updated after AutomatedUpdateDate.

Returns:

  • (Boolean)

    True if a service software is never automatically updated.

#update_availableBoolean

True if you are able to update you service software version. False if you are not able to update your service software version.

Returns:

  • (Boolean)

    True if you are able to update you service software version.

#update_statusString

The status of your service software update. This field can take the following values: ELIGIBLE, PENDING_UPDATE, IN_PROGRESS, COMPLETED, and NOT_ELIGIBLE.

Possible values:

  • PENDING_UPDATE
  • IN_PROGRESS
  • COMPLETED
  • NOT_ELIGIBLE
  • ELIGIBLE

Returns:

  • (String)

    The status of your service software update.