Class: Aws::Types::AccessBudgetDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_refresh"ENABLED", "DISABLED"

Returns the value of attribute auto_refresh.

Returns:

  • ("ENABLED", "DISABLED")


24
25
26
# File 'sig/types.rbs', line 24

def auto_refresh
  @auto_refresh
end

#budget::Integer

Returns the value of attribute budget.

Returns:

  • (::Integer)


22
23
24
# File 'sig/types.rbs', line 22

def budget
  @budget
end

#budget_type"CALENDAR_DAY", ...

Returns the value of attribute budget_type.

Returns:

  • ("CALENDAR_DAY", "CALENDAR_MONTH", "CALENDAR_WEEK", "LIFETIME")


23
24
25
# File 'sig/types.rbs', line 23

def budget_type
  @budget_type
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


20
21
22
# File 'sig/types.rbs', line 20

def end_time
  @end_time
end

#remaining_budget::Integer

Returns the value of attribute remaining_budget.

Returns:

  • (::Integer)


21
22
23
# File 'sig/types.rbs', line 21

def remaining_budget
  @remaining_budget
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


19
20
21
# File 'sig/types.rbs', line 19

def start_time
  @start_time
end