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 and managed storage 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.



696
697
698
699
700
701
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 696

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

#managed_storage_configurationTypes::ManagedStorageConfiguration

The details of the managed storage configuration.



696
697
698
699
700
701
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 696

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