Class: Aws::InternetMonitor::Types::ListInternetEventsInput

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

#end_timeTime

The end time of the time window that you want to get a list of internet events for.

Returns:

  • (Time)


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_statusString

The status of an internet event.

Returns:

  • (String)


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_typeString

The type of network impairment.

Returns:

  • (String)


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_resultsInteger

The number of query results that you want to return with this call.

Returns:

  • (Integer)


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_tokenString

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

Returns:

  • (String)


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_timeTime

The start time of the time window that you want to get a list of internet events for.

Returns:

  • (Time)


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