Class: Aws::Batch::Types::ManagedInstancesLocalStorageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::ManagedInstancesLocalStorageConfiguration
- 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
-
#use_local_storage ⇒ Boolean
Specifies whether instance store volumes (local NVMe SSDs) are available to containers.
Instance Attribute Details
#use_local_storage ⇒ Boolean
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.
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 |