Class: Aws::Budgets::Types::ScpActionDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::Budgets::Types::ScpActionDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-budgets/types.rb
Overview
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.
1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-budgets/types.rb', line 1656 class ScpActionDefinition < Struct.new( :policy_id, :target_ids) SENSITIVE = [] include Aws::Structure end |
#target_ids ⇒ Array<String>
A list of target IDs.
1656 1657 1658 1659 1660 1661 |
# File 'lib/aws-sdk-budgets/types.rb', line 1656 class ScpActionDefinition < Struct.new( :policy_id, :target_ids) SENSITIVE = [] include Aws::Structure end |