Class: Aws::Types::CreateBudgetActionRequest

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)


136
137
138
# File 'sig/types.rbs', line 136

def 
  @account_id
end

#action_thresholdTypes::ActionThreshold

Returns the value of attribute action_threshold.



140
141
142
# File 'sig/types.rbs', line 140

def action_threshold
  @action_threshold
end

#action_type"APPLY_IAM_POLICY", ...

Returns the value of attribute action_type.

Returns:

  • ("APPLY_IAM_POLICY", "APPLY_SCP_POLICY", "RUN_SSM_DOCUMENTS")


139
140
141
# File 'sig/types.rbs', line 139

def action_type
  @action_type
end

#approval_model"AUTOMATIC", "MANUAL"

Returns the value of attribute approval_model.

Returns:

  • ("AUTOMATIC", "MANUAL")


143
144
145
# File 'sig/types.rbs', line 143

def approval_model
  @approval_model
end

#budget_name::String

Returns the value of attribute budget_name.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def budget_name
  @budget_name
end

#definitionTypes::Definition

Returns the value of attribute definition.

Returns:



141
142
143
# File 'sig/types.rbs', line 141

def definition
  @definition
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def execution_role_arn
  @execution_role_arn
end

#notification_type"ACTUAL", "FORECASTED"

Returns the value of attribute notification_type.

Returns:

  • ("ACTUAL", "FORECASTED")


138
139
140
# File 'sig/types.rbs', line 138

def notification_type
  @notification_type
end

#resource_tags::Array[Types::ResourceTag]

Returns the value of attribute resource_tags.

Returns:



145
146
147
# File 'sig/types.rbs', line 145

def resource_tags
  @resource_tags
end

#subscribers::Array[Types::Subscriber]

Returns the value of attribute subscribers.

Returns:



144
145
146
# File 'sig/types.rbs', line 144

def subscribers
  @subscribers
end