Class: Aws::Types::UpdateBudgetActionRequest

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)


572
573
574
# File 'sig/types.rbs', line 572

def 
  @account_id
end

#action_id::String

Returns the value of attribute action_id.

Returns:

  • (::String)


574
575
576
# File 'sig/types.rbs', line 574

def action_id
  @action_id
end

#action_thresholdTypes::ActionThreshold

Returns the value of attribute action_threshold.



576
577
578
# File 'sig/types.rbs', line 576

def action_threshold
  @action_threshold
end

#approval_model"AUTOMATIC", "MANUAL"

Returns the value of attribute approval_model.

Returns:

  • ("AUTOMATIC", "MANUAL")


579
580
581
# File 'sig/types.rbs', line 579

def approval_model
  @approval_model
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def budget_name
  @budget_name
end

#definitionTypes::Definition

Returns the value of attribute definition.

Returns:



577
578
579
# File 'sig/types.rbs', line 577

def definition
  @definition
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


578
579
580
# File 'sig/types.rbs', line 578

def execution_role_arn
  @execution_role_arn
end

#notification_type"ACTUAL", "FORECASTED"

Returns the value of attribute notification_type.

Returns:

  • ("ACTUAL", "FORECASTED")


575
576
577
# File 'sig/types.rbs', line 575

def notification_type
  @notification_type
end

#subscribers::Array[Types::Subscriber]

Returns the value of attribute subscribers.

Returns:



580
581
582
# File 'sig/types.rbs', line 580

def subscribers
  @subscribers
end