Class: Aws::Notifications::Types::ManagedNotificationEventOverview

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

Overview

Describes an overview and metadata for a ManagedNotificationEvent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregated_notification_regionsArray<String>

The list of the regions where the aggregated notifications in this ‘NotificationEvent` originated.

Returns:

  • (Array<String>)


2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
# File 'lib/aws-sdk-notifications/types.rb', line 2273

class ManagedNotificationEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :notification_event,
  :aggregation_event_type,
  :organizational_unit_id,
  :aggregation_summary,
  :aggregated_notification_regions)
  SENSITIVE = []
  include Aws::Structure
end

#aggregation_event_typeString

The notifications aggregation type.

  • Values:

    • ‘AGGREGATE`

      • The notification event is an aggregate notification. Aggregate notifications summarize grouped events over a specified time period.

      ^

    • ‘CHILD`

      • Some ‘EventRules` are `ACTIVE` and some are `INACTIVE`. Any call can be run.

      ^

    • ‘NONE`

      • The notification isn’t aggregated.

      ^

Returns:

  • (String)


2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
# File 'lib/aws-sdk-notifications/types.rb', line 2273

class ManagedNotificationEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :notification_event,
  :aggregation_event_type,
  :organizational_unit_id,
  :aggregation_summary,
  :aggregated_notification_regions)
  SENSITIVE = []
  include Aws::Structure
end

#aggregation_summaryTypes::AggregationSummary

Provides additional information about the aggregation key.



2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
# File 'lib/aws-sdk-notifications/types.rb', line 2273

class ManagedNotificationEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :notification_event,
  :aggregation_event_type,
  :organizational_unit_id,
  :aggregation_summary,
  :aggregated_notification_regions)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the ManagedNotificationEvent.

Returns:

  • (String)


2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
# File 'lib/aws-sdk-notifications/types.rb', line 2273

class ManagedNotificationEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :notification_event,
  :aggregation_event_type,
  :organizational_unit_id,
  :aggregation_summary,
  :aggregated_notification_regions)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The creation time of the ‘ManagedNotificationEvent`.

Returns:

  • (Time)


2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
# File 'lib/aws-sdk-notifications/types.rb', line 2273

class ManagedNotificationEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :notification_event,
  :aggregation_event_type,
  :organizational_unit_id,
  :aggregation_summary,
  :aggregated_notification_regions)
  SENSITIVE = []
  include Aws::Structure
end

#managed_notification_configuration_arnString

The Amazon Resource Name (ARN) of the ‘ManagedNotificationConfiguration`.

Returns:

  • (String)


2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
# File 'lib/aws-sdk-notifications/types.rb', line 2273

class ManagedNotificationEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :notification_event,
  :aggregation_event_type,
  :organizational_unit_id,
  :aggregation_summary,
  :aggregated_notification_regions)
  SENSITIVE = []
  include Aws::Structure
end

#notification_eventTypes::ManagedNotificationEventSummary



2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
# File 'lib/aws-sdk-notifications/types.rb', line 2273

class ManagedNotificationEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :notification_event,
  :aggregation_event_type,
  :organizational_unit_id,
  :aggregation_summary,
  :aggregated_notification_regions)
  SENSITIVE = []
  include Aws::Structure
end

#organizational_unit_idString

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

Returns:

  • (String)


2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
# File 'lib/aws-sdk-notifications/types.rb', line 2273

class ManagedNotificationEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :notification_event,
  :aggregation_event_type,
  :organizational_unit_id,
  :aggregation_summary,
  :aggregated_notification_regions)
  SENSITIVE = []
  include Aws::Structure
end

The account that related to the ‘ManagedNotificationEvent`.

Returns:

  • (String)


2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
# File 'lib/aws-sdk-notifications/types.rb', line 2273

class ManagedNotificationEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :notification_event,
  :aggregation_event_type,
  :organizational_unit_id,
  :aggregation_summary,
  :aggregated_notification_regions)
  SENSITIVE = []
  include Aws::Structure
end