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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb

Overview

An update that you can apply to your Valkey or Redis OSS clusters.

Constant Summary collapse

SENSITIVE =
[]

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)


8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8839

class ServiceUpdate < Struct.new(
  :service_update_name,
  :service_update_release_date,
  :service_update_end_date,
  :service_update_severity,
  :service_update_recommended_apply_by_date,
  :service_update_status,
  :service_update_description,
  :service_update_type,
  :engine,
  :engine_version,
  :auto_update_after_recommended_apply_by_date,
  :estimated_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

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

Returns:

  • (String)


8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8839

class ServiceUpdate < Struct.new(
  :service_update_name,
  :service_update_release_date,
  :service_update_end_date,
  :service_update_severity,
  :service_update_recommended_apply_by_date,
  :service_update_status,
  :service_update_description,
  :service_update_type,
  :engine,
  :engine_version,
  :auto_update_after_recommended_apply_by_date,
  :estimated_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

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

Returns:

  • (String)


8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8839

class ServiceUpdate < Struct.new(
  :service_update_name,
  :service_update_release_date,
  :service_update_end_date,
  :service_update_severity,
  :service_update_recommended_apply_by_date,
  :service_update_status,
  :service_update_description,
  :service_update_type,
  :engine,
  :engine_version,
  :auto_update_after_recommended_apply_by_date,
  :estimated_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_update_timeString

The estimated length of time the service update will take

Returns:

  • (String)


8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8839

class ServiceUpdate < Struct.new(
  :service_update_name,
  :service_update_release_date,
  :service_update_end_date,
  :service_update_severity,
  :service_update_recommended_apply_by_date,
  :service_update_status,
  :service_update_description,
  :service_update_type,
  :engine,
  :engine_version,
  :auto_update_after_recommended_apply_by_date,
  :estimated_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#service_update_descriptionString

Provides details of the service update

Returns:

  • (String)


8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8839

class ServiceUpdate < Struct.new(
  :service_update_name,
  :service_update_release_date,
  :service_update_end_date,
  :service_update_severity,
  :service_update_recommended_apply_by_date,
  :service_update_status,
  :service_update_description,
  :service_update_type,
  :engine,
  :engine_version,
  :auto_update_after_recommended_apply_by_date,
  :estimated_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#service_update_end_dateTime

The date after which the service update is no longer available

Returns:

  • (Time)


8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8839

class ServiceUpdate < Struct.new(
  :service_update_name,
  :service_update_release_date,
  :service_update_end_date,
  :service_update_severity,
  :service_update_recommended_apply_by_date,
  :service_update_status,
  :service_update_description,
  :service_update_type,
  :engine,
  :engine_version,
  :auto_update_after_recommended_apply_by_date,
  :estimated_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#service_update_nameString

The unique ID of the service update

Returns:

  • (String)


8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8839

class ServiceUpdate < Struct.new(
  :service_update_name,
  :service_update_release_date,
  :service_update_end_date,
  :service_update_severity,
  :service_update_recommended_apply_by_date,
  :service_update_status,
  :service_update_description,
  :service_update_type,
  :engine,
  :engine_version,
  :auto_update_after_recommended_apply_by_date,
  :estimated_update_time)
  SENSITIVE = []
  include Aws::Structure
end

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)


8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8839

class ServiceUpdate < Struct.new(
  :service_update_name,
  :service_update_release_date,
  :service_update_end_date,
  :service_update_severity,
  :service_update_recommended_apply_by_date,
  :service_update_status,
  :service_update_description,
  :service_update_type,
  :engine,
  :engine_version,
  :auto_update_after_recommended_apply_by_date,
  :estimated_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#service_update_release_dateTime

The date when the service update is initially available

Returns:

  • (Time)


8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8839

class ServiceUpdate < Struct.new(
  :service_update_name,
  :service_update_release_date,
  :service_update_end_date,
  :service_update_severity,
  :service_update_recommended_apply_by_date,
  :service_update_status,
  :service_update_description,
  :service_update_type,
  :engine,
  :engine_version,
  :auto_update_after_recommended_apply_by_date,
  :estimated_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#service_update_severityString

The severity of the service update

Returns:

  • (String)


8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8839

class ServiceUpdate < Struct.new(
  :service_update_name,
  :service_update_release_date,
  :service_update_end_date,
  :service_update_severity,
  :service_update_recommended_apply_by_date,
  :service_update_status,
  :service_update_description,
  :service_update_type,
  :engine,
  :engine_version,
  :auto_update_after_recommended_apply_by_date,
  :estimated_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#service_update_statusString

The status of the service update

Returns:

  • (String)


8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8839

class ServiceUpdate < Struct.new(
  :service_update_name,
  :service_update_release_date,
  :service_update_end_date,
  :service_update_severity,
  :service_update_recommended_apply_by_date,
  :service_update_status,
  :service_update_description,
  :service_update_type,
  :engine,
  :engine_version,
  :auto_update_after_recommended_apply_by_date,
  :estimated_update_time)
  SENSITIVE = []
  include Aws::Structure
end

#service_update_typeString

Reflects the nature of the service update

Returns:

  • (String)


8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 8839

class ServiceUpdate < Struct.new(
  :service_update_name,
  :service_update_release_date,
  :service_update_end_date,
  :service_update_severity,
  :service_update_recommended_apply_by_date,
  :service_update_status,
  :service_update_description,
  :service_update_type,
  :engine,
  :engine_version,
  :auto_update_after_recommended_apply_by_date,
  :estimated_update_time)
  SENSITIVE = []
  include Aws::Structure
end