Class: Aws::MemoryDB::Types::PendingModifiedServiceUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::PendingModifiedServiceUpdate
- 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
-
#service_update_name ⇒ String
The unique ID of the service update.
-
#status ⇒ String
The status of the service update.
Instance Attribute Details
#service_update_name ⇒ String
The unique ID of the service update
2278 2279 2280 2281 2282 2283 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2278 class PendingModifiedServiceUpdate < Struct.new( :service_update_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the service update
2278 2279 2280 2281 2282 2283 |
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2278 class PendingModifiedServiceUpdate < Struct.new( :service_update_name, :status) SENSITIVE = [] include Aws::Structure end |