Class: Aws::MemoryDB::Types::ServiceUpdateRequest

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

Overview

A request to apply a service update

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_update_name_to_applyString

The unique ID of the service update

Returns:

  • (String)


2605
2606
2607
2608
2609
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2605

class ServiceUpdateRequest < Struct.new(
  :service_update_name_to_apply)
  SENSITIVE = []
  include Aws::Structure
end