Class: Aws::Types::AccessBudgetsPrivacyTemplateParametersOutput
- Inherits:
-
Object
- Object
- Aws::Types::AccessBudgetsPrivacyTemplateParametersOutput
- 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.
35 36 37 |
# File 'sig/types.rbs', line 35 def budget_parameters @budget_parameters end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
36 37 38 |
# File 'sig/types.rbs', line 36 def resource_arn @resource_arn end |