Class: Aws::Notifications::Types::ListManagedNotificationChildEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ListManagedNotificationChildEventsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregate_managed_notification_event_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ManagedNotificationEvent`.
-
#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 identifier of the Amazon Web Services Organizations organizational unit (OU) associated with the Managed Notification Child Events.
-
#related_account ⇒ String
The Amazon Web Services account ID associated with the Managed Notification Child Events.
-
#start_time ⇒ Time
The earliest time of events to return from this call.
Instance Attribute Details
#aggregate_managed_notification_event_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ManagedNotificationEvent`.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-notifications/types.rb', line 1257 class ListManagedNotificationChildEventsRequest < Struct.new( :aggregate_managed_notification_event_arn, :start_time, :end_time, :locale, :max_results, :related_account, :organizational_unit_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
Latest time of events to return from this call.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-notifications/types.rb', line 1257 class ListManagedNotificationChildEventsRequest < Struct.new( :aggregate_managed_notification_event_arn, :start_time, :end_time, :locale, :max_results, :related_account, :organizational_unit_id, :next_token) 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`.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-notifications/types.rb', line 1257 class ListManagedNotificationChildEventsRequest < Struct.new( :aggregate_managed_notification_event_arn, :start_time, :end_time, :locale, :max_results, :related_account, :organizational_unit_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to be returned in this call. Defaults to 20.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-notifications/types.rb', line 1257 class ListManagedNotificationChildEventsRequest < Struct.new( :aggregate_managed_notification_event_arn, :start_time, :end_time, :locale, :max_results, :related_account, :organizational_unit_id, :next_token) 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.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-notifications/types.rb', line 1257 class ListManagedNotificationChildEventsRequest < Struct.new( :aggregate_managed_notification_event_arn, :start_time, :end_time, :locale, :max_results, :related_account, :organizational_unit_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#organizational_unit_id ⇒ String
The identifier of the Amazon Web Services Organizations organizational unit (OU) associated with the Managed Notification Child Events.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-notifications/types.rb', line 1257 class ListManagedNotificationChildEventsRequest < Struct.new( :aggregate_managed_notification_event_arn, :start_time, :end_time, :locale, :max_results, :related_account, :organizational_unit_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#related_account ⇒ String
The Amazon Web Services account ID associated with the Managed Notification Child Events.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-notifications/types.rb', line 1257 class ListManagedNotificationChildEventsRequest < Struct.new( :aggregate_managed_notification_event_arn, :start_time, :end_time, :locale, :max_results, :related_account, :organizational_unit_id, :next_token) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The earliest time of events to return from this call.
1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-notifications/types.rb', line 1257 class ListManagedNotificationChildEventsRequest < Struct.new( :aggregate_managed_notification_event_arn, :start_time, :end_time, :locale, :max_results, :related_account, :organizational_unit_id, :next_token) SENSITIVE = [] include Aws::Structure end |