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 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.
727 728 729 730 731 732 |
# File 'lib/aws-sdk-ecs/types.rb', line 727 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.
727 728 729 730 731 732 |
# File 'lib/aws-sdk-ecs/types.rb', line 727 class ClusterConfiguration < Struct.new( :execute_command_configuration, :managed_storage_configuration) SENSITIVE = [] include Aws::Structure end |