Class: Aws::MemoryDB::Types::ServiceUpdate

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-memorydb/types.rb

Overview

An update that you can apply to your MemoryDB clusters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_update_start_dateTime

The date at which the service update will be automatically applied



3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
# File 'lib/aws-sdk-memorydb/types.rb', line 3209

class ServiceUpdate < Struct.new(
  :cluster_name,
  :service_update_name,
  :release_date,
  :description,
  :status,
  :type,
  :engine,
  :nodes_updated,
  :auto_update_start_date)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of the cluster to which the service update applies



3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
# File 'lib/aws-sdk-memorydb/types.rb', line 3209

class ServiceUpdate < Struct.new(
  :cluster_name,
  :service_update_name,
  :release_date,
  :description,
  :status,
  :type,
  :engine,
  :nodes_updated,
  :auto_update_start_date)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Provides details of the service update



3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
# File 'lib/aws-sdk-memorydb/types.rb', line 3209

class ServiceUpdate < Struct.new(
  :cluster_name,
  :service_update_name,
  :release_date,
  :description,
  :status,
  :type,
  :engine,
  :nodes_updated,
  :auto_update_start_date)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

The name of the engine for which a service update is available.



3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
# File 'lib/aws-sdk-memorydb/types.rb', line 3209

class ServiceUpdate < Struct.new(
  :cluster_name,
  :service_update_name,
  :release_date,
  :description,
  :status,
  :type,
  :engine,
  :nodes_updated,
  :auto_update_start_date)
  SENSITIVE = []
  include Aws::Structure
end

#nodes_updatedString

A list of nodes updated by the service update



3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
# File 'lib/aws-sdk-memorydb/types.rb', line 3209

class ServiceUpdate < Struct.new(
  :cluster_name,
  :service_update_name,
  :release_date,
  :description,
  :status,
  :type,
  :engine,
  :nodes_updated,
  :auto_update_start_date)
  SENSITIVE = []
  include Aws::Structure
end

#release_dateTime

The date when the service update is initially available



3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
# File 'lib/aws-sdk-memorydb/types.rb', line 3209

class ServiceUpdate < Struct.new(
  :cluster_name,
  :service_update_name,
  :release_date,
  :description,
  :status,
  :type,
  :engine,
  :nodes_updated,
  :auto_update_start_date)
  SENSITIVE = []
  include Aws::Structure
end

#service_update_nameString

The unique ID of the service update



3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
# File 'lib/aws-sdk-memorydb/types.rb', line 3209

class ServiceUpdate < Struct.new(
  :cluster_name,
  :service_update_name,
  :release_date,
  :description,
  :status,
  :type,
  :engine,
  :nodes_updated,
  :auto_update_start_date)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the service update



3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
# File 'lib/aws-sdk-memorydb/types.rb', line 3209

class ServiceUpdate < Struct.new(
  :cluster_name,
  :service_update_name,
  :release_date,
  :description,
  :status,
  :type,
  :engine,
  :nodes_updated,
  :auto_update_start_date)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Reflects the nature of the service update



3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
# File 'lib/aws-sdk-memorydb/types.rb', line 3209

class ServiceUpdate < Struct.new(
  :cluster_name,
  :service_update_name,
  :release_date,
  :description,
  :status,
  :type,
  :engine,
  :nodes_updated,
  :auto_update_start_date)
  SENSITIVE = []
  include Aws::Structure
end