Class: Aws::Types::EksContainerSecurityContext

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#allow_privilege_escalationBoolean

Returns the value of attribute allow_privilege_escalation.



752
753
754
# File 'sig/types.rbs', line 752

def allow_privilege_escalation
  @allow_privilege_escalation
end

#privilegedBoolean

Returns the value of attribute privileged.



751
752
753
# File 'sig/types.rbs', line 751

def privileged
  @privileged
end

#read_only_root_filesystemBoolean

Returns the value of attribute read_only_root_filesystem.



753
754
755
# File 'sig/types.rbs', line 753

def read_only_root_filesystem
  @read_only_root_filesystem
end

#run_as_group::Integer

Returns the value of attribute run_as_group.



750
751
752
# File 'sig/types.rbs', line 750

def run_as_group
  @run_as_group
end

#run_as_non_rootBoolean

Returns the value of attribute run_as_non_root.



754
755
756
# File 'sig/types.rbs', line 754

def run_as_non_root
  @run_as_non_root
end

#run_as_user::Integer

Returns the value of attribute run_as_user.



749
750
751
# File 'sig/types.rbs', line 749

def run_as_user
  @run_as_user
end