Class: Aws::IoTSiteWise::Types::EphemeralStorageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::EphemeralStorageConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Configuration for ephemeral storage attached to the container task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#storage_class ⇒ String
Storage type that determines I/O performance family and level.
-
#storage_size_in_gi_b ⇒ Integer
Storage volume size in GiB.
Instance Attribute Details
#storage_class ⇒ String
Storage type that determines I/O performance family and level.
8682 8683 8684 8685 8686 8687 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8682 class EphemeralStorageConfiguration < Struct.new( :storage_class, :storage_size_in_gi_b) SENSITIVE = [] include Aws::Structure end |
#storage_size_in_gi_b ⇒ Integer
Storage volume size in GiB.
8682 8683 8684 8685 8686 8687 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8682 class EphemeralStorageConfiguration < Struct.new( :storage_class, :storage_size_in_gi_b) SENSITIVE = [] include Aws::Structure end |