Module: Aws::IoT::Client::_ListViolationEventsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListViolationEventsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
3205 |
# File 'sig/client.rbs', line 3205
def next_token: () -> ::String
|
#violation_events ⇒ ::Array[Types::ViolationEvent]
3204 |
# File 'sig/client.rbs', line 3204
def violation_events: () -> ::Array[Types::ViolationEvent]
|