Class: Aws::IoTFleetWise::Types::TimePeriod
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::TimePeriod
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
The length of time between state template updates.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unit ⇒ String
A unit of time.
-
#value ⇒ Integer
A number of time units.
Instance Attribute Details
#unit ⇒ String
A unit of time.
4581 4582 4583 4584 4585 4586 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4581 class TimePeriod < Struct.new( :unit, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
A number of time units.
4581 4582 4583 4584 4585 4586 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4581 class TimePeriod < Struct.new( :unit, :value) SENSITIVE = [] include Aws::Structure end |