Class: Aws::Types::ListViolationEventsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



3836
3837
3838
# File 'sig/types.rbs', line 3836

def violation_events
  @violation_events
end