Class: Aws::Types::ListViolationEventsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListViolationEventsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#violation_events ⇒ ::Array[Types::ViolationEvent]
Returns the value of attribute violation_events.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3837 3838 3839 |
# File 'sig/types.rbs', line 3837 def next_token @next_token end |
#violation_events ⇒ ::Array[Types::ViolationEvent]
Returns the value of attribute violation_events.
3836 3837 3838 |
# File 'sig/types.rbs', line 3836 def violation_events @violation_events end |