Class: Aws::Notifications::Types::ListManagedNotificationChildEventsRequest

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

#aggregate_managed_notification_event_arnString

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_timeTime

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

#localeString

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_resultsInteger

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_tokenString

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_idString

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

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_timeTime

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