Method: Aws::ECS::Types::ClusterConfiguration#execute_command_configuration
- Defined in:
- lib/aws-sdk-ecs/types.rb
#execute_command_configuration ⇒ Types::ExecuteCommandConfiguration
The details of the execute command configuration.
922 923 924 925 926 927 |
# File 'lib/aws-sdk-ecs/types.rb', line 922 class ClusterConfiguration < Struct.new( :execute_command_configuration, :managed_storage_configuration) SENSITIVE = [] include Aws::Structure end |