Class: Aws::Notifications::Types::ListManagedNotificationEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListManagedNotificationEventsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
Latest time of events to return from this call.
-
#locale ⇒ String
The locale code of the language used for the retrieved NotificationEvent.
-
#max_results ⇒ Integer
The maximum number of results to be returned in this call.
-
#next_token ⇒ String
The start token for paginated calls.
-
#organizational_unit_id ⇒ String
The Organizational Unit Id that an Amazon Web Services account belongs to.
-
#related_account ⇒ String
The Amazon Web Services account ID associated with the Managed Notification Events.
-
#source ⇒ String
The Amazon Web Services service the event originates from.
-
#start_time ⇒ Time
The earliest time of events to return from this call.
Instance Attribute Details
#end_time ⇒ Time
Latest time of events to return from this call.
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 |
#locale ⇒ String
The locale code of the language used for the retrieved NotificationEvent. The default locale is English (en_US).
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_results ⇒ Integer
The maximum number of results to be returned in this call. Defaults to 20.
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_token ⇒ String
The start token for paginated calls. Retrieved from the response of a previous ‘ListManagedNotificationChannelAssociations` call. Next token uses Base64 encoding.
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_id ⇒ String
The Organizational Unit Id that an Amazon Web Services account belongs to.
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 |
#related_account ⇒ String
The Amazon Web Services account ID associated with the Managed Notification Events.
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 |
#source ⇒ String
The Amazon Web Services service the event originates from. For example aws.cloudwatch.
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_time ⇒ Time
The earliest time of events to return from this call.
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 |