Class: Aws::InternetMonitor::Types::ListInternetEventsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::ListInternetEventsInput
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end time of the time window that you want to get a list of internet events for.
-
#event_status ⇒ String
The status of an internet event.
-
#event_type ⇒ String
The type of network impairment.
-
#max_results ⇒ Integer
The number of query results that you want to return with this call.
-
#next_token ⇒ String
The token for the next set of results.
-
#start_time ⇒ Time
The start time of the time window that you want to get a list of internet events for.
Instance Attribute Details
#end_time ⇒ Time
The end time of the time window that you want to get a list of internet events for.
1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1278 class ListInternetEventsInput < Struct.new( :next_token, :max_results, :start_time, :end_time, :event_status, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_status ⇒ String
The status of an internet event.
1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1278 class ListInternetEventsInput < Struct.new( :next_token, :max_results, :start_time, :end_time, :event_status, :event_type) SENSITIVE = [] include Aws::Structure end |
#event_type ⇒ String
The type of network impairment.
1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1278 class ListInternetEventsInput < Struct.new( :next_token, :max_results, :start_time, :end_time, :event_status, :event_type) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The number of query results that you want to return with this call.
1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1278 class ListInternetEventsInput < Struct.new( :next_token, :max_results, :start_time, :end_time, :event_status, :event_type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1278 class ListInternetEventsInput < Struct.new( :next_token, :max_results, :start_time, :end_time, :event_status, :event_type) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of the time window that you want to get a list of internet events for.
1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1278 class ListInternetEventsInput < Struct.new( :next_token, :max_results, :start_time, :end_time, :event_status, :event_type) SENSITIVE = [] include Aws::Structure end |