Class: Aws::InternetMonitor::Types::ListInternetEventsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#internet_eventsArray<Types::InternetEventSummary>

A set of internet events returned for the list operation.

Returns:



1300
1301
1302
1303
1304
1305
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1300

class ListInternetEventsOutput < Struct.new(
  :internet_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. You receive this token from a previous call.

Returns:

  • (String)


1300
1301
1302
1303
1304
1305
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1300

class ListInternetEventsOutput < Struct.new(
  :internet_events,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end