Class: Aws::Notifications::Types::ManagedNotificationChildEventOverview

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

Overview

Describes an overview and metadata for a ManagedNotificationChildEvent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregate_managed_notification_event_arnString

The Amazon Resource Name (ARN) of the ManagedNotificationEvent that is associated with this ManagedNotificationChildEvent.

Returns:

  • (String)


1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1966

class ManagedNotificationChildEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :child_event,
  :aggregate_managed_notification_event_arn,
  :organizational_unit_id)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the ManagedNotificationChildEvent.

Returns:

  • (String)


1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1966

class ManagedNotificationChildEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :child_event,
  :aggregate_managed_notification_event_arn,
  :organizational_unit_id)
  SENSITIVE = []
  include Aws::Structure
end

#child_eventTypes::ManagedNotificationChildEventSummary

The content of the ManagedNotificationChildEvent.



1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1966

class ManagedNotificationChildEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :child_event,
  :aggregate_managed_notification_event_arn,
  :organizational_unit_id)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The creation time of the ManagedNotificationChildEvent.

Returns:

  • (Time)


1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1966

class ManagedNotificationChildEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :child_event,
  :aggregate_managed_notification_event_arn,
  :organizational_unit_id)
  SENSITIVE = []
  include Aws::Structure
end

#managed_notification_configuration_arnString

The Amazon Resource Name (ARN) of the ManagedNotificationConfiguration.

Returns:

  • (String)


1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1966

class ManagedNotificationChildEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :child_event,
  :aggregate_managed_notification_event_arn,
  :organizational_unit_id)
  SENSITIVE = []
  include Aws::Structure
end

#organizational_unit_idString

The Organizational Unit Id that an AWS account belongs to.

Returns:

  • (String)


1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1966

class ManagedNotificationChildEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :child_event,
  :aggregate_managed_notification_event_arn,
  :organizational_unit_id)
  SENSITIVE = []
  include Aws::Structure
end

The account that related to the ManagedNotificationChildEvent.

Returns:

  • (String)


1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1966

class ManagedNotificationChildEventOverview < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :related_account,
  :creation_time,
  :child_event,
  :aggregate_managed_notification_event_arn,
  :organizational_unit_id)
  SENSITIVE = []
  include Aws::Structure
end