Class: Aws::IoTSiteWise::Types::EphemeralStorageConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#storage_classString

Storage type that determines I/O performance family and level.

Returns:

  • (String)


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_bInteger

Storage volume size in GiB.

Returns:

  • (Integer)


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