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

Class: Aws::ElastiCache::Types::ServiceUpdate

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

Overview

An update that you can apply to your Redis clusters.

Instance Attribute Summary collapse

Instance Attribute Details

Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

Returns:

  • (Boolean)

    Indicates whether the service update will be automatically applied once the recommended apply-by date has expired.

#engineString

The Elasticache engine to which the update applies. Either Redis or Memcached

Returns:

  • (String)

    The Elasticache engine to which the update applies.

#engine_versionString

The Elasticache engine version to which the update applies. Either Redis or Memcached engine version

Returns:

  • (String)

    The Elasticache engine version to which the update applies.

#estimated_update_timeString

The estimated length of time the service update will take

Returns:

  • (String)

    The estimated length of time the service update will take.

#service_update_descriptionString

Provides details of the service update

Returns:

  • (String)

    Provides details of the service update.

#service_update_end_dateTime

The date after which the service update is no longer available

Returns:

  • (Time)

    The date after which the service update is no longer available.

#service_update_nameString

The unique ID of the service update

Returns:

  • (String)

    The unique ID of the service update.

The recommendend date to apply the service update in order to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance.

Returns:

  • (Time)

    The recommendend date to apply the service update in order to ensure compliance.

#service_update_release_dateTime

The date when the service update is initially available

Returns:

  • (Time)

    The date when the service update is initially available.

#service_update_severityString

The severity of the service update

Possible values:

  • critical
  • important
  • medium
  • low

Returns:

  • (String)

    The severity of the service update.

#service_update_statusString

The status of the service update

Possible values:

  • available
  • cancelled
  • expired

Returns:

  • (String)

    The status of the service update.

#service_update_typeString

Reflects the nature of the service update

Possible values:

  • security-update

Returns:

  • (String)

    Reflects the nature of the service update.