Class: Aws::Types::SecurityContext
- Inherits:
-
Object
- Object
- Aws::Types::SecurityContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_privilege_escalation ⇒ Boolean
Returns the value of attribute allow_privilege_escalation.
-
#privileged ⇒ Boolean
Returns the value of attribute privileged.
Instance Attribute Details
#allow_privilege_escalation ⇒ Boolean
Returns the value of attribute allow_privilege_escalation.
2902 2903 2904 |
# File 'sig/types.rbs', line 2902 def allow_privilege_escalation @allow_privilege_escalation end |
#privileged ⇒ Boolean
Returns the value of attribute privileged.
2901 2902 2903 |
# File 'sig/types.rbs', line 2901 def privileged @privileged end |