Class: Aws::Batch::Types::ManagedInstancesLocalStorageConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-batch/types.rb

Overview

The local storage configuration for Amazon ECS Managed Instances.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#use_local_storageBoolean

Specifies whether instance store volumes (local NVMe SSDs) are available to containers. When enabled, containers can use the instance store for high-performance temporary storage.

Returns:

  • (Boolean)


8542
8543
8544
8545
8546
# File 'lib/aws-sdk-batch/types.rb', line 8542

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