Class: Aws::Types::BudgetNotificationsForAccount

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def budget_name
  @budget_name
end

#notifications::Array[Types::Notification]

Returns the value of attribute notifications.

Returns:



82
83
84
# File 'sig/types.rbs', line 82

def notifications
  @notifications
end