Class: Aws::Budgets::Types::ScpActionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::ScpActionDefinition
- Defined in:
- gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb
Overview
Note:
When making an API call, you may pass ScpActionDefinition data as a hash:
{
policy_id: "PolicyId", # required
target_ids: ["TargetId"], # required
}
The service control policies (SCP) action definition details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_id ⇒ String
The policy ID attached.
-
#target_ids ⇒ Array<String>
A list of target IDs.
Instance Attribute Details
#policy_id ⇒ String
The policy ID attached.
1943 1944 1945 1946 1947 1948 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1943 class ScpActionDefinition < Struct.new( :policy_id, :target_ids) SENSITIVE = [] include Aws::Structure end |
#target_ids ⇒ Array<String>
A list of target IDs.
1943 1944 1945 1946 1947 1948 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 1943 class ScpActionDefinition < Struct.new( :policy_id, :target_ids) SENSITIVE = [] include Aws::Structure end |