Class: Aws::Types::Notification
- Inherits:
-
Object
- Object
- Aws::Types::Notification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_pickup_sns_topic_arn ⇒ ::String
Returns the value of attribute device_pickup_sns_topic_arn.
-
#job_states_to_notify ⇒ ::Array[("New" | "PreparingAppliance" | "PreparingShipment" | "InTransitToCustomer" | "WithCustomer" | "InTransitToAWS" | "WithAWSSortingFacility" | "WithAWS" | "InProgress" | "Complete" | "Cancelled" | "Listing" | "Pending")]
Returns the value of attribute job_states_to_notify.
-
#notify_all ⇒ Boolean
Returns the value of attribute notify_all.
-
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
Instance Attribute Details
#device_pickup_sns_topic_arn ⇒ ::String
Returns the value of attribute device_pickup_sns_topic_arn.
528 529 530 |
# File 'sig/types.rbs', line 528 def device_pickup_sns_topic_arn @device_pickup_sns_topic_arn end |
#job_states_to_notify ⇒ ::Array[("New" | "PreparingAppliance" | "PreparingShipment" | "InTransitToCustomer" | "WithCustomer" | "InTransitToAWS" | "WithAWSSortingFacility" | "WithAWS" | "InProgress" | "Complete" | "Cancelled" | "Listing" | "Pending")]
Returns the value of attribute job_states_to_notify.
526 527 528 |
# File 'sig/types.rbs', line 526 def job_states_to_notify @job_states_to_notify end |
#notify_all ⇒ Boolean
Returns the value of attribute notify_all.
527 528 529 |
# File 'sig/types.rbs', line 527 def notify_all @notify_all end |
#sns_topic_arn ⇒ ::String
Returns the value of attribute sns_topic_arn.
525 526 527 |
# File 'sig/types.rbs', line 525 def sns_topic_arn @sns_topic_arn end |