Class: Aws::InternetMonitor::Types::ListInternetEventsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::ListInternetEventsOutput
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#internet_events ⇒ Array<Types::InternetEventSummary>
A set of internet events returned for the list operation.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#internet_events ⇒ Array<Types::InternetEventSummary>
A set of internet events returned for the list operation.
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_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
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 |