Class: Aws::Types::NotificationDetails
- Inherits:
-
Object
- Object
- Aws::Types::NotificationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_update ⇒ Types::DataUpdateRequestDetails
Returns the value of attribute data_update.
-
#deprecation ⇒ Types::DeprecationRequestDetails
Returns the value of attribute deprecation.
-
#schema_change ⇒ Types::SchemaChangeRequestDetails
Returns the value of attribute schema_change.
Instance Attribute Details
#data_update ⇒ Types::DataUpdateRequestDetails
Returns the value of attribute data_update.
820 821 822 |
# File 'sig/types.rbs', line 820 def data_update @data_update end |
#deprecation ⇒ Types::DeprecationRequestDetails
Returns the value of attribute deprecation.
821 822 823 |
# File 'sig/types.rbs', line 821 def deprecation @deprecation end |
#schema_change ⇒ Types::SchemaChangeRequestDetails
Returns the value of attribute schema_change.
822 823 824 |
# File 'sig/types.rbs', line 822 def schema_change @schema_change end |