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


379
380
381
# File 'sig/types.rbs', line 379

def auto_refresh
  @auto_refresh
end

#budget::Integer

Returns the value of attribute budget.

Returns:

  • (::Integer)


378
379
380
# File 'sig/types.rbs', line 378

def budget
  @budget
end

#type"CALENDAR_DAY", ...

Returns the value of attribute type.

Returns:

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


377
378
379
# File 'sig/types.rbs', line 377

def type
  @type
end