Class: Aws::DataExchange::Types::NotificationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::NotificationDetails
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Extra details specific to this notification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_update ⇒ Types::DataUpdateRequestDetails
Extra details specific to a data update type notification.
-
#deprecation ⇒ Types::DeprecationRequestDetails
Extra details specific to a deprecation type notification.
-
#schema_change ⇒ Types::SchemaChangeRequestDetails
Extra details specific to a schema change type notification.
Instance Attribute Details
#data_update ⇒ Types::DataUpdateRequestDetails
Extra details specific to a data update type notification.
2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2477 class NotificationDetails < Struct.new( :data_update, :deprecation, :schema_change) SENSITIVE = [] include Aws::Structure end |
#deprecation ⇒ Types::DeprecationRequestDetails
Extra details specific to a deprecation type notification.
2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2477 class NotificationDetails < Struct.new( :data_update, :deprecation, :schema_change) SENSITIVE = [] include Aws::Structure end |
#schema_change ⇒ Types::SchemaChangeRequestDetails
Extra details specific to a schema change type notification.
2477 2478 2479 2480 2481 2482 2483 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2477 class NotificationDetails < Struct.new( :data_update, :deprecation, :schema_change) SENSITIVE = [] include Aws::Structure end |