Class: Aws::Types::ScpActionDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ScpActionDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#target_ids ⇒ ::Array[::String]
Returns the value of attribute target_ids.
Instance Attribute Details
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
506 507 508 |
# File 'sig/types.rbs', line 506 def policy_id @policy_id end |
#target_ids ⇒ ::Array[::String]
Returns the value of attribute target_ids.
507 508 509 |
# File 'sig/types.rbs', line 507 def target_ids @target_ids end |