Class: Aws::Types::UpdateNotificationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


602
603
604
# File 'sig/types.rbs', line 602

def 
  @account_id
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


603
604
605
# File 'sig/types.rbs', line 603

def budget_name
  @budget_name
end

#new_notificationTypes::Notification

Returns the value of attribute new_notification.

Returns:



605
606
607
# File 'sig/types.rbs', line 605

def new_notification
  @new_notification
end

#old_notificationTypes::Notification

Returns the value of attribute old_notification.

Returns:



604
605
606
# File 'sig/types.rbs', line 604

def old_notification
  @old_notification
end