You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Budgets::Types::Action
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Budgets::Types::Action
 
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
- 
  
    
      #action_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A system-generated universally unique identifier (UUID) for the action. 
- 
  
    
      #action_threshold  ⇒ Types::ActionThreshold 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The trigger threshold of the action. 
- 
  
    
      #action_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of action. 
- 
  
    
      #approval_model  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    This specifies if the action needs manual or automatic approval. 
- 
  
    
      #budget_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A string that represents the budget name. 
- 
  
    
      #definition  ⇒ Types::Definition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Where you specify all of the type-specific parameters. 
- 
  
    
      #execution_role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The role passed for action execution and reversion. 
- 
  
    
      #notification_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of a notification. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of action. 
- 
  
    
      #subscribers  ⇒ Array<Types::Subscriber> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of subscribers. . 
Instance Attribute Details
#action_id ⇒ String
A system-generated universally unique identifier (UUID) for the action.
#action_threshold ⇒ Types::ActionThreshold
The trigger threshold of the action.
#action_type ⇒ String
The type of action. This defines the type of tasks that can be carried out by this action. This field also determines the format for definition.
Possible values:
- APPLY_IAM_POLICY
- APPLY_SCP_POLICY
- RUN_SSM_DOCUMENTS
#approval_model ⇒ String
This specifies if the action needs manual or automatic approval.
Possible values:
- AUTOMATIC
- MANUAL
#budget_name ⇒ String
A string that represents the budget name. The ":" and "\" characters aren't allowed.
#definition ⇒ Types::Definition
Where you specify all of the type-specific parameters.
#execution_role_arn ⇒ String
The role passed for action execution and reversion. Roles and actions must be in the same account.
#notification_type ⇒ String
The type of a notification. It must be ACTUAL or FORECASTED.
Possible values:
- ACTUAL
- FORECASTED
#status ⇒ String
The status of action.
Possible values:
- STANDBY
- PENDING
- EXECUTION_IN_PROGRESS
- EXECUTION_SUCCESS
- EXECUTION_FAILURE
- REVERSE_IN_PROGRESS
- REVERSE_SUCCESS
- REVERSE_FAILURE
- RESET_IN_PROGRESS
- RESET_FAILURE
#subscribers ⇒ Array<Types::Subscriber>
A list of subscribers.