Class: Aws::MemoryDB::Types::PendingModifiedServiceUpdate

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

Overview

Update action that has yet to be processed for the corresponding apply/stop request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_update_nameString

The unique ID of the service update

Returns:

  • (String)


2250
2251
2252
2253
2254
2255
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2250

class PendingModifiedServiceUpdate < Struct.new(
  :service_update_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the service update

Returns:

  • (String)


2250
2251
2252
2253
2254
2255
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2250

class PendingModifiedServiceUpdate < Struct.new(
  :service_update_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end