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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-ecs/types.rb', line 685

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