Class: Aws::GuardDuty::Types::SecurityContext

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Container security context.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#privilegedBoolean

Whether the container is privileged.

Returns:

  • (Boolean)


5400
5401
5402
5403
5404
# File 'lib/aws-sdk-guardduty/types.rb', line 5400

class SecurityContext < Struct.new(
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end