Class: Aws::Notifications::Types::ListManagedNotificationEventsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

Latest time of events to return from this call.

Returns:

  • (Time)


1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
# File 'lib/aws-sdk-notifications/types.rb', line 1375

class ListManagedNotificationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :locale,
  :source,
  :max_results,
  :next_token,
  :organizational_unit_id,
  :related_account)
  SENSITIVE = []
  include Aws::Structure
end

#localeString

The locale code of the language used for the retrieved NotificationEvent. The default locale is English (en_US).

Returns:

  • (String)


1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
# File 'lib/aws-sdk-notifications/types.rb', line 1375

class ListManagedNotificationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :locale,
  :source,
  :max_results,
  :next_token,
  :organizational_unit_id,
  :related_account)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to be returned in this call. Defaults to 20.

Returns:

  • (Integer)


1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
# File 'lib/aws-sdk-notifications/types.rb', line 1375

class ListManagedNotificationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :locale,
  :source,
  :max_results,
  :next_token,
  :organizational_unit_id,
  :related_account)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The start token for paginated calls. Retrieved from the response of a previous ‘ListManagedNotificationChannelAssociations` call. Next token uses Base64 encoding.

Returns:

  • (String)


1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
# File 'lib/aws-sdk-notifications/types.rb', line 1375

class ListManagedNotificationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :locale,
  :source,
  :max_results,
  :next_token,
  :organizational_unit_id,
  :related_account)
  SENSITIVE = []
  include Aws::Structure
end

#organizational_unit_idString

The Organizational Unit Id that an Amazon Web Services account belongs to.

Returns:

  • (String)


1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
# File 'lib/aws-sdk-notifications/types.rb', line 1375

class ListManagedNotificationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :locale,
  :source,
  :max_results,
  :next_token,
  :organizational_unit_id,
  :related_account)
  SENSITIVE = []
  include Aws::Structure
end

The Amazon Web Services account ID associated with the Managed Notification Events.

Returns:

  • (String)


1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
# File 'lib/aws-sdk-notifications/types.rb', line 1375

class ListManagedNotificationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :locale,
  :source,
  :max_results,
  :next_token,
  :organizational_unit_id,
  :related_account)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The Amazon Web Services service the event originates from. For example aws.cloudwatch.

Returns:

  • (String)


1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
# File 'lib/aws-sdk-notifications/types.rb', line 1375

class ListManagedNotificationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :locale,
  :source,
  :max_results,
  :next_token,
  :organizational_unit_id,
  :related_account)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The earliest time of events to return from this call.

Returns:

  • (Time)


1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
# File 'lib/aws-sdk-notifications/types.rb', line 1375

class ListManagedNotificationEventsRequest < Struct.new(
  :start_time,
  :end_time,
  :locale,
  :source,
  :max_results,
  :next_token,
  :organizational_unit_id,
  :related_account)
  SENSITIVE = []
  include Aws::Structure
end