Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails

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

Overview

A namespaced kernel parameter to set in the container.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#namespaceString

The namespaced kernel parameter for which to set a value.

Returns:

  • (String)


11083
11084
11085
11086
11087
11088
# File 'lib/aws-sdk-securityhub/types.rb', line 11083

class AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails < Struct.new(
  :namespace,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the parameter.

Returns:

  • (String)


11083
11084
11085
11086
11087
11088
# File 'lib/aws-sdk-securityhub/types.rb', line 11083

class AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails < Struct.new(
  :namespace,
  :value)
  SENSITIVE = []
  include Aws::Structure
end