Class: Aws::Types::ServiceUpdatesMessage
- Inherits:
-
Object
- Object
- Aws::Types::ServiceUpdatesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#service_updates ⇒ ::Array[Types::ServiceUpdate]
Returns the value of attribute service_updates.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def marker @marker end |
#service_updates ⇒ ::Array[Types::ServiceUpdate]
Returns the value of attribute service_updates.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def service_updates @service_updates end |