Class: Aws::Types::EnablePolicyTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::EnablePolicyTypeRequest
- 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.
423 424 425 |
# File 'sig/types.rbs', line 423 def policy_type @policy_type end |
#root_id ⇒ ::String
Returns the value of attribute root_id.
422 423 424 |
# File 'sig/types.rbs', line 422 def root_id @root_id end |