Class: Aws::Types::PendingModifiedServiceUpdate
- Inherits:
-
Object
- Object
- Aws::Types::PendingModifiedServiceUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
-
#status ⇒ "available", ...
Returns the value of attribute status.
Instance Attribute Details
#service_update_name ⇒ ::String
Returns the value of attribute service_update_name.
787 788 789 |
# File 'sig/types.rbs', line 787 def service_update_name @service_update_name end |
#status ⇒ "available", ...
Returns the value of attribute status.
788 789 790 |
# File 'sig/types.rbs', line 788 def status @status end |