Class: Aws::ECS::Types::ClusterConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ECS::Types::ClusterConfiguration
 
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The execute command and managed storage configuration for the cluster.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #execute_command_configuration  ⇒ Types::ExecuteCommandConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The details of the execute command configuration. 
- 
  
    
      #managed_storage_configuration  ⇒ Types::ManagedStorageConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The details of the managed storage configuration. 
Instance Attribute Details
#execute_command_configuration ⇒ Types::ExecuteCommandConfiguration
The details of the execute command configuration.
| 922 923 924 925 926 927 | # File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 922 class ClusterConfiguration < Struct.new( :execute_command_configuration, :managed_storage_configuration) SENSITIVE = [] include Aws::Structure end | 
#managed_storage_configuration ⇒ Types::ManagedStorageConfiguration
The details of the managed storage configuration.
| 922 923 924 925 926 927 | # File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 922 class ClusterConfiguration < Struct.new( :execute_command_configuration, :managed_storage_configuration) SENSITIVE = [] include Aws::Structure end |