Class: Aws::Types::AccessBudgetsPrivacyTemplateParametersInput
- Inherits:
-
Object
- Object
- Aws::Types::AccessBudgetsPrivacyTemplateParametersInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#budget_parameters ⇒ ::Array[Types::BudgetParameter]
Returns the value of attribute budget_parameters.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#budget_parameters ⇒ ::Array[Types::BudgetParameter]
Returns the value of attribute budget_parameters.
29 30 31 |
# File 'sig/types.rbs', line 29 def budget_parameters @budget_parameters end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
30 31 32 |
# File 'sig/types.rbs', line 30 def resource_arn @resource_arn end |