Class: Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
10870 10871 10872 10873 10874 10875 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 10870 class AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails < Struct.new( :namespace, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the parameter.
10870 10871 10872 10873 10874 10875 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 10870 class AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails < Struct.new( :namespace, :value) SENSITIVE = [] include Aws::Structure end |