Class: Aws::Types::SecurityContext

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)


2902
2903
2904
# File 'sig/types.rbs', line 2902

def allow_privilege_escalation
  @allow_privilege_escalation
end

#privilegedBoolean

Returns the value of attribute privileged.

Returns:

  • (Boolean)


2901
2902
2903
# File 'sig/types.rbs', line 2901

def privileged
  @privileged
end