class Aws::Budgets::Types::SsmActionDefinition
The AWS Systems Manager (SSM) action definition details.
@note When making an API call, you may pass SsmActionDefinition
data as a hash: { action_sub_type: "STOP_EC2_INSTANCES", # required, accepts STOP_EC2_INSTANCES, STOP_RDS_INSTANCES region: "Region", # required instance_ids: ["InstanceId"], # required }
@!attribute [rw] action_sub_type
The action subType. @return [String]
@!attribute [rw] region
The Region to run the SSM document. @return [String]
@!attribute [rw] instance_ids
The EC2 and RDS instance IDs. @return [Array<String>]
Constants
- SENSITIVE