Class: Aws::ECS::Types::ManagedInstancesStorageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ManagedInstancesStorageConfiguration
- Defined in:
- gems/aws-sdk-ecs/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
-
#storage_size_gi_b ⇒ Integer
The size of the tasks volume.
Instance Attribute Details
#storage_size_gi_b ⇒ Integer
The size of the tasks volume.
9007 9008 9009 9010 9011 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9007 class ManagedInstancesStorageConfiguration < Struct.new( :storage_size_gi_b) SENSITIVE = [] include Aws::Structure end |