Class: Aws::Types::DisablePolicyTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisablePolicyTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_type ⇒ "SERVICE_CONTROL_POLICY", ...
Returns the value of attribute policy_type.
-
#root_id ⇒ ::String
Returns the value of attribute root_id.
Instance Attribute Details
#policy_type ⇒ "SERVICE_CONTROL_POLICY", ...
Returns the value of attribute policy_type.
353 354 355 |
# File 'sig/types.rbs', line 353 def policy_type @policy_type end |
#root_id ⇒ ::String
Returns the value of attribute root_id.
352 353 354 |
# File 'sig/types.rbs', line 352 def root_id @root_id end |