Class: Aws::Types::NotificationSummary
- Inherits:
-
Object
- Object
- Aws::Types::NotificationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_upgrade_summary ⇒ Types::LensUpgradeSummary
Returns the value of attribute lens_upgrade_summary.
-
#type ⇒ "LENS_VERSION_UPGRADED", "LENS_VERSION_DEPRECATED"
Returns the value of attribute type.
Instance Attribute Details
#lens_upgrade_summary ⇒ Types::LensUpgradeSummary
Returns the value of attribute lens_upgrade_summary.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def lens_upgrade_summary @lens_upgrade_summary end |
#type ⇒ "LENS_VERSION_UPGRADED", "LENS_VERSION_DEPRECATED"
Returns the value of attribute type.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def type @type end |