Class: Aws::ECS::Types::ClusterConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

The execute command configuration for the cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execute_command_configurationTypes::ExecuteCommandConfiguration

The details of the execute command configuration.



685
686
687
688
689
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 685

class ClusterConfiguration < Struct.new(
  :execute_command_configuration)
  SENSITIVE = []
  include Aws::Structure
end