Class: Aws::Types::CreateBudgetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBudgetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::BudgetActionToAdd]
Returns the value of attribute actions.
-
#approximate_dollar_limit ⇒ ::Float
Returns the value of attribute approximate_dollar_limit.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#schedule ⇒ Types::BudgetSchedule
Returns the value of attribute schedule.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#usage_tracking_resource ⇒ Types::UsageTrackingResource
Returns the value of attribute usage_tracking_resource.
Instance Attribute Details
#actions ⇒ ::Array[Types::BudgetActionToAdd]
Returns the value of attribute actions.
683 684 685 |
# File 'sig/types.rbs', line 683 def actions @actions end |
#approximate_dollar_limit ⇒ ::Float
Returns the value of attribute approximate_dollar_limit.
682 683 684 |
# File 'sig/types.rbs', line 682 def approximate_dollar_limit @approximate_dollar_limit end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
680 681 682 |
# File 'sig/types.rbs', line 680 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
679 680 681 |
# File 'sig/types.rbs', line 679 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
678 679 680 |
# File 'sig/types.rbs', line 678 def display_name @display_name end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
677 678 679 |
# File 'sig/types.rbs', line 677 def farm_id @farm_id end |
#schedule ⇒ Types::BudgetSchedule
Returns the value of attribute schedule.
684 685 686 |
# File 'sig/types.rbs', line 684 def schedule @schedule end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
685 686 687 |
# File 'sig/types.rbs', line 685 def @tags end |
#usage_tracking_resource ⇒ Types::UsageTrackingResource
Returns the value of attribute usage_tracking_resource.
681 682 683 |
# File 'sig/types.rbs', line 681 def usage_tracking_resource @usage_tracking_resource end |