Class: Aws::Types::EksContainerSecurityContext

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_privilege_escalationBoolean

Returns the value of attribute allow_privilege_escalation.

Returns:

  • (Boolean)


721
722
723
# File 'sig/types.rbs', line 721

def allow_privilege_escalation
  @allow_privilege_escalation
end

#privilegedBoolean

Returns the value of attribute privileged.

Returns:

  • (Boolean)


720
721
722
# File 'sig/types.rbs', line 720

def privileged
  @privileged
end

#read_only_root_filesystemBoolean

Returns the value of attribute read_only_root_filesystem.

Returns:

  • (Boolean)


722
723
724
# File 'sig/types.rbs', line 722

def read_only_root_filesystem
  @read_only_root_filesystem
end

#run_as_group::Integer

Returns the value of attribute run_as_group.

Returns:

  • (::Integer)


719
720
721
# File 'sig/types.rbs', line 719

def run_as_group
  @run_as_group
end

#run_as_non_rootBoolean

Returns the value of attribute run_as_non_root.

Returns:

  • (Boolean)


723
724
725
# File 'sig/types.rbs', line 723

def run_as_non_root
  @run_as_non_root
end

#run_as_user::Integer

Returns the value of attribute run_as_user.

Returns:

  • (::Integer)


718
719
720
# File 'sig/types.rbs', line 718

def run_as_user
  @run_as_user
end