Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails
- 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
-
#namespace ⇒ String
The namespaced kernel parameter for which to set a value.
-
#value ⇒ String
The value of the parameter.
Instance Attribute Details
#namespace ⇒ String
The namespaced kernel parameter for which to set a value.
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 |
#value ⇒ String
The value of the parameter.
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 |