Class: Aws::Batch::Types::ManagedInstancesStorageConfiguration

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

Overview

The storage configuration for Amazon ECS Managed Instances.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#storage_size_gi_bInteger

The size of the root EBS volume in GiB for the managed instances.

Returns:

  • (Integer)


8524
8525
8526
8527
8528
# File 'lib/aws-sdk-batch/types.rb', line 8524

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