Class: Aws::Types::AccessBudget

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregate_remaining_budget::Integer

Returns the value of attribute aggregate_remaining_budget.

Returns:

  • (::Integer)


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.

Returns:



13
14
15
# File 'sig/types.rbs', line 13

def details
  @details
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def resource_arn
  @resource_arn
end