Class: Aws::Types::DeleteNotificationRequest

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)


225
226
227
# File 'sig/types.rbs', line 225

def 
  @account_id
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def budget_name
  @budget_name
end

#notificationTypes::Notification

Returns the value of attribute notification.

Returns:



227
228
229
# File 'sig/types.rbs', line 227

def notification
  @notification
end