Class: Aws::Types::DescribeBudgetActionHistoriesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def 
  @account_id
end

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def action_id
  @action_id
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def budget_name
  @budget_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


250
251
252
# File 'sig/types.rbs', line 250

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def next_token
  @next_token
end

#time_periodTypes::TimePeriod

Returns the value of attribute time_period.

Returns:



249
250
251
# File 'sig/types.rbs', line 249

def time_period
  @time_period
end