Class: Aws::SecurityHub::Types::AwsEcsClusterClusterSettingsDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the setting. The valid value is containerInsights.

Returns:

  • (String)


9633
9634
9635
9636
9637
9638
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9633

class AwsEcsClusterClusterSettingsDetails < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the setting. Valid values are disabled or enabled.

Returns:

  • (String)


9633
9634
9635
9636
9637
9638
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 9633

class AwsEcsClusterClusterSettingsDetails < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end