Class: Aws::Types::CreateBudgetRequest

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)


157
158
159
# File 'sig/types.rbs', line 157

def 
  @account_id
end

#budgetTypes::Budget

Returns the value of attribute budget.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def budget
  @budget
end

#notifications_with_subscribers::Array[Types::NotificationWithSubscribers]

Returns the value of attribute notifications_with_subscribers.



159
160
161
# File 'sig/types.rbs', line 159

def notifications_with_subscribers
  @notifications_with_subscribers
end

#resource_tags::Array[Types::ResourceTag]

Returns the value of attribute resource_tags.

Returns:



160
161
162
# File 'sig/types.rbs', line 160

def resource_tags
  @resource_tags
end