Class: Aws::PCS::Types::CgroupCustomSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::CgroupCustomSetting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pcs/types.rb
Overview
Additional settings that directly map to Cgroup settings.
PCS supports a subset of Cgroup settings. For more information, see
- Configuring custom Cgroup settings in PCS][1
-
in the *PCS User
Guide*.
[1]: docs.aws.amazon.com/pcs/latest/userguide/cgroup-custom-settings.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#parameter_name ⇒ String
PCS supports custom Cgroup settings for clusters.
-
#parameter_value ⇒ String
The values for the configured Cgroup settings.
Instance Attribute Details
#parameter_name ⇒ String
PCS supports custom Cgroup settings for clusters. For more information, see [Configuring custom Cgroup settings in PCS] in the *PCS User Guide*.
[1]: docs.aws.amazon.com/pcs/latest/userguide/cgroup-custom-settings.html
133 134 135 136 137 138 |
# File 'lib/aws-sdk-pcs/types.rb', line 133 class CgroupCustomSetting < Struct.new( :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |
#parameter_value ⇒ String
The values for the configured Cgroup settings.
133 134 135 136 137 138 |
# File 'lib/aws-sdk-pcs/types.rb', line 133 class CgroupCustomSetting < Struct.new( :parameter_name, :parameter_value) SENSITIVE = [] include Aws::Structure end |