Class: Aws::Types::CreateNotificationRequest

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)


168
169
170
# File 'sig/types.rbs', line 168

def 
  @account_id
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def budget_name
  @budget_name
end

#notificationTypes::Notification

Returns the value of attribute notification.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def notification
  @notification
end

#subscribers::Array[Types::Subscriber]

Returns the value of attribute subscribers.

Returns:



171
172
173
# File 'sig/types.rbs', line 171

def subscribers
  @subscribers
end