Class: Aws::Types::CreateBudgetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBudgetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#budget ⇒ Types::Budget
Returns the value of attribute budget.
-
#notifications_with_subscribers ⇒ ::Array[Types::NotificationWithSubscribers]
Returns the value of attribute notifications_with_subscribers.
-
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
157 158 159 |
# File 'sig/types.rbs', line 157 def account_id @account_id end |
#budget ⇒ Types::Budget
Returns the value of attribute budget.
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.
160 161 162 |
# File 'sig/types.rbs', line 160 def @resource_tags end |