Class: Aws::IoT::Types::ViolationEventOccurrenceRange

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

Overview

Specifies the time period of which violation events occurred between.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end date and time of a time period in which violation events occurred.

Returns:

  • (Time)


17135
17136
17137
17138
17139
17140
# File 'lib/aws-sdk-iot/types.rb', line 17135

class ViolationEventOccurrenceRange < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start date and time of a time period in which violation events occurred.

Returns:

  • (Time)


17135
17136
17137
17138
17139
17140
# File 'lib/aws-sdk-iot/types.rb', line 17135

class ViolationEventOccurrenceRange < Struct.new(
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end