Class: Aws::ECS::Types::ManagedInstancesStorageConfiguration

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

Overview

The storage configuration for Amazon ECS Managed Instances. This defines the root volume configuration for the instances.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#storage_size_gi_bInteger

The size of the tasks volume.

Returns:

  • (Integer)


9033
9034
9035
9036
9037
# File 'lib/aws-sdk-ecs/types.rb', line 9033

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