Class: Aws::Types::EksContainerSecurityContext
- Inherits:
-
Object
- Object
- Aws::Types::EksContainerSecurityContext
- 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.
-
#read_only_root_filesystem ⇒ Boolean
Returns the value of attribute read_only_root_filesystem.
-
#run_as_group ⇒ ::Integer
Returns the value of attribute run_as_group.
-
#run_as_non_root ⇒ Boolean
Returns the value of attribute run_as_non_root.
-
#run_as_user ⇒ ::Integer
Returns the value of attribute run_as_user.
Instance Attribute Details
#allow_privilege_escalation ⇒ Boolean
Returns the value of attribute allow_privilege_escalation.
714 715 716 |
# File 'sig/types.rbs', line 714 def allow_privilege_escalation @allow_privilege_escalation end |
#privileged ⇒ Boolean
Returns the value of attribute privileged.
713 714 715 |
# File 'sig/types.rbs', line 713 def privileged @privileged end |
#read_only_root_filesystem ⇒ Boolean
Returns the value of attribute read_only_root_filesystem.
715 716 717 |
# File 'sig/types.rbs', line 715 def read_only_root_filesystem @read_only_root_filesystem end |
#run_as_group ⇒ ::Integer
Returns the value of attribute run_as_group.
712 713 714 |
# File 'sig/types.rbs', line 712 def run_as_group @run_as_group end |
#run_as_non_root ⇒ Boolean
Returns the value of attribute run_as_non_root.
716 717 718 |
# File 'sig/types.rbs', line 716 def run_as_non_root @run_as_non_root end |
#run_as_user ⇒ ::Integer
Returns the value of attribute run_as_user.
711 712 713 |
# File 'sig/types.rbs', line 711 def run_as_user @run_as_user end |