Class: Aws::Types::BudgetParameter

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")


390
391
392
# File 'sig/types.rbs', line 390

def auto_refresh
  @auto_refresh
end

#budget::Integer

Returns the value of attribute budget.

Returns:

  • (::Integer)


389
390
391
# File 'sig/types.rbs', line 389

def budget
  @budget
end

#type"CALENDAR_DAY", ...

Returns the value of attribute type.

Returns:

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


388
389
390
# File 'sig/types.rbs', line 388

def type
  @type
end