You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Budgets::Types::SsmActionDefinition

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SsmActionDefinition as input to an Aws::Client method, you can use a vanilla Hash:

{
  action_sub_type: "STOP_EC2_INSTANCES", # required, accepts STOP_EC2_INSTANCES, STOP_RDS_INSTANCES
  region: "Region", # required
  instance_ids: ["InstanceId"], # required
}

The AWS Systems Manager (SSM) action definition details.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#action_sub_typeString

The action subType.

Possible values:

  • STOP_EC2_INSTANCES
  • STOP_RDS_INSTANCES

Returns:

  • (String)

    The action subType.

#instance_idsArray<String>

The EC2 and RDS instance IDs.

Returns:

  • (Array<String>)

    The EC2 and RDS instance IDs.

#regionString

The Region to run the SSM document.

Returns:

  • (String)

    The Region to run the SSM document.