Class: Aws::Types::CreateBudgetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::BudgetActionToAdd]

Returns the value of attribute actions.

Returns:



683
684
685
# File 'sig/types.rbs', line 683

def actions
  @actions
end

#approximate_dollar_limit::Float

Returns the value of attribute approximate_dollar_limit.

Returns:

  • (::Float)


682
683
684
# File 'sig/types.rbs', line 682

def approximate_dollar_limit
  @approximate_dollar_limit
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


680
681
682
# File 'sig/types.rbs', line 680

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def display_name
  @display_name
end

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


677
678
679
# File 'sig/types.rbs', line 677

def farm_id
  @farm_id
end

#scheduleTypes::BudgetSchedule

Returns the value of attribute schedule.



684
685
686
# File 'sig/types.rbs', line 684

def schedule
  @schedule
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


685
686
687
# File 'sig/types.rbs', line 685

def tags
  @tags
end

#usage_tracking_resourceTypes::UsageTrackingResource

Returns the value of attribute usage_tracking_resource.



681
682
683
# File 'sig/types.rbs', line 681

def usage_tracking_resource
  @usage_tracking_resource
end