Class: Aws::SecurityHub::Types::AwsEcsClusterClusterSettingsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcsClusterClusterSettingsDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Indicates whether to enable CloudWatch Container Insights for the ECS cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the setting.
-
#value ⇒ String
The value of the setting.
Instance Attribute Details
#name ⇒ String
The name of the setting. The valid value is containerInsights
.
9275 9276 9277 9278 9279 9280 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9275 class AwsEcsClusterClusterSettingsDetails < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the setting. Valid values are disabled
or enabled
.
9275 9276 9277 9278 9279 9280 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9275 class AwsEcsClusterClusterSettingsDetails < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |