Class: Aws::Types::DescribeBudgetRequest

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)


331
332
333
# File 'sig/types.rbs', line 331

def 
  @account_id
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def budget_name
  @budget_name
end

#show_filter_expressionBoolean

Returns the value of attribute show_filter_expression.

Returns:

  • (Boolean)


333
334
335
# File 'sig/types.rbs', line 333

def show_filter_expression
  @show_filter_expression
end