Class: Aws::Types::AccessBudget
- Inherits:
-
Object
- Object
- Aws::Types::AccessBudget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregate_remaining_budget ⇒ ::Integer
Returns the value of attribute aggregate_remaining_budget.
-
#details ⇒ ::Array[Types::AccessBudgetDetails]
Returns the value of attribute details.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#aggregate_remaining_budget ⇒ ::Integer
Returns the value of attribute aggregate_remaining_budget.
14 15 16 |
# File 'sig/types.rbs', line 14 def aggregate_remaining_budget @aggregate_remaining_budget end |
#details ⇒ ::Array[Types::AccessBudgetDetails]
Returns the value of attribute details.
13 14 15 |
# File 'sig/types.rbs', line 13 def details @details end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
12 13 14 |
# File 'sig/types.rbs', line 12 def resource_arn @resource_arn end |