Class: Aws::IoTFleetWise::Types::StorageMinimumTimeToLive

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

Overview

Information about the minimum amount of time that data will be kept.

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*.

[1]: docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unitString

The time increment type.

Returns:

  • (String)


4393
4394
4395
4396
4397
4398
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4393

class StorageMinimumTimeToLive < Struct.new(
  :unit,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueInteger

The minimum amount of time to store the data.

Returns:

  • (Integer)


4393
4394
4395
4396
4397
4398
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4393

class StorageMinimumTimeToLive < Struct.new(
  :unit,
  :value)
  SENSITIVE = []
  include Aws::Structure
end