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.
2118 2119 2120 2121 2122 2123 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 2118 class ScpActionDefinition < Struct.new( :policy_id, :target_ids) SENSITIVE = [] include Aws::Structure end |
#target_ids ⇒ Array<String>
A list of target IDs.
2118 2119 2120 2121 2122 2123 |
# File 'gems/aws-sdk-budgets/lib/aws-sdk-budgets/types.rb', line 2118 class ScpActionDefinition < Struct.new( :policy_id, :target_ids) SENSITIVE = [] include Aws::Structure end |