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

Class: Aws::Budgets::Types::ScpActionDefinition

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

Overview

Note:

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

{
  policy_id: "PolicyId", # required
  target_ids: ["TargetId"], # required
}

The service control policies (SCP) action definition details.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#policy_idString

The policy ID attached.

Returns:

  • (String)

    The policy ID attached.

#target_idsArray<String>

A list of target IDs.

Returns:

  • (Array<String>)

    A list of target IDs.