Class: Aws::Types::Notification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_pickup_sns_topic_arn::String

Returns the value of attribute device_pickup_sns_topic_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("New" | "PreparingAppliance" | "PreparingShipment" | "InTransitToCustomer" | "WithCustomer" | "InTransitToAWS" | "WithAWSSortingFacility" | "WithAWS" | "InProgress" | "Complete" | "Cancelled" | "Listing" | "Pending")])


526
527
528
# File 'sig/types.rbs', line 526

def job_states_to_notify
  @job_states_to_notify
end

#notify_allBoolean

Returns the value of attribute notify_all.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


525
526
527
# File 'sig/types.rbs', line 525

def sns_topic_arn
  @sns_topic_arn
end