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)


8444
8445
8446
8447
8448
# File 'lib/aws-sdk-batch/types.rb', line 8444

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