Class: Aws::ECS::Types::ClusterConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ClusterConfiguration
- 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
-
#execute_command_configuration ⇒ Types::ExecuteCommandConfiguration
The details of the execute command configuration.
Instance Attribute Details
#execute_command_configuration ⇒ Types::ExecuteCommandConfiguration
The details of the execute command configuration.
657 658 659 660 661 |
# File 'lib/aws-sdk-ecs/types.rb', line 657 class ClusterConfiguration < Struct.new( :execute_command_configuration) SENSITIVE = [] include Aws::Structure end |