Class: Aws::IoTFleetWise::Types::TimePeriod

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

Instance Attribute Details

#unitString

A unit of time.

Returns:

  • (String)


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

#valueInteger

A number of time units.

Returns:

  • (Integer)


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