Class: Aws::IoTFleetWise::Types::StorageMaximumSize
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::StorageMaximumSize
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Overview
The maximum storage size for the data partition.
Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unit ⇒ String
The data type of the data to store.
-
#value ⇒ Integer
The maximum amount of time to store data.
Instance Attribute Details
#unit ⇒ String
The data type of the data to store.
4367 4368 4369 4370 4371 4372 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4367 class StorageMaximumSize < Struct.new( :unit, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
The maximum amount of time to store data.
4367 4368 4369 4370 4371 4372 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4367 class StorageMaximumSize < Struct.new( :unit, :value) SENSITIVE = [] include Aws::Structure end |