Class: Aws::SecurityHub::Types::AwsEcsClusterClusterSettingsDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SecurityHub::Types::AwsEcsClusterClusterSettingsDetails
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - 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`.
      9626 9627 9628 9629 9630 9631  | 
    
      # File 'lib/aws-sdk-securityhub/types.rb', line 9626 class AwsEcsClusterClusterSettingsDetails < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end  | 
  
#value ⇒ String
The value of the setting. Valid values are ‘disabled` or `enabled`.
      9626 9627 9628 9629 9630 9631  | 
    
      # File 'lib/aws-sdk-securityhub/types.rb', line 9626 class AwsEcsClusterClusterSettingsDetails < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end  |