/AWS1/CL_IOISTRGMINTIMETOLIVE¶
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.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_unit
TYPE /AWS1/IOISTRGMINTIMETOLIVEUNIT
/AWS1/IOISTRGMINTIMETOLIVEUNIT
¶
The time increment type.
iv_value
TYPE /AWS1/IOISTRGMINTIMETOLIVEVAL
/AWS1/IOISTRGMINTIMETOLIVEVAL
¶
The minimum amount of time to store the data.
Queryable Attributes¶
unit¶
The time increment type.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UNIT() |
Getter for UNIT, with configurable default |
ASK_UNIT() |
Getter for UNIT w/ exceptions if field has no value |
HAS_UNIT() |
Determine if UNIT has a value |
value¶
The minimum amount of time to store the data.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |