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.
11084 11085 11086 11087 11088 11089 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11084 class AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails < Struct.new( :namespace, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the parameter.
11084 11085 11086 11087 11088 11089 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11084 class AwsEcsTaskDefinitionContainerDefinitionsSystemControlsDetails < Struct.new( :namespace, :value) SENSITIVE = [] include Aws::Structure end |