Class: Aws::Types::CreateBudgetActionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBudgetActionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#action_threshold ⇒ Types::ActionThreshold
Returns the value of attribute action_threshold.
-
#action_type ⇒ "APPLY_IAM_POLICY", ...
Returns the value of attribute action_type.
-
#approval_model ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute approval_model.
-
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
-
#definition ⇒ Types::Definition
Returns the value of attribute definition.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#notification_type ⇒ "ACTUAL", "FORECASTED"
Returns the value of attribute notification_type.
-
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
-
#subscribers ⇒ ::Array[Types::Subscriber]
Returns the value of attribute subscribers.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
136 137 138 |
# File 'sig/types.rbs', line 136 def account_id @account_id end |
#action_threshold ⇒ Types::ActionThreshold
Returns the value of attribute action_threshold.
140 141 142 |
# File 'sig/types.rbs', line 140 def action_threshold @action_threshold end |
#action_type ⇒ "APPLY_IAM_POLICY", ...
Returns the value of attribute action_type.
139 140 141 |
# File 'sig/types.rbs', line 139 def action_type @action_type end |
#approval_model ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute approval_model.
143 144 145 |
# File 'sig/types.rbs', line 143 def approval_model @approval_model end |
#budget_name ⇒ ::String
Returns the value of attribute budget_name.
137 138 139 |
# File 'sig/types.rbs', line 137 def budget_name @budget_name end |
#definition ⇒ Types::Definition
Returns the value of attribute definition.
141 142 143 |
# File 'sig/types.rbs', line 141 def definition @definition end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
142 143 144 |
# File 'sig/types.rbs', line 142 def execution_role_arn @execution_role_arn end |
#notification_type ⇒ "ACTUAL", "FORECASTED"
Returns the value of attribute notification_type.
138 139 140 |
# File 'sig/types.rbs', line 138 def notification_type @notification_type end |
#resource_tags ⇒ ::Array[Types::ResourceTag]
Returns the value of attribute resource_tags.
145 146 147 |
# File 'sig/types.rbs', line 145 def @resource_tags end |
#subscribers ⇒ ::Array[Types::Subscriber]
Returns the value of attribute subscribers.
144 145 146 |
# File 'sig/types.rbs', line 144 def subscribers @subscribers end |