Class: Aws::Notifications::Types::ManagedNotificationChildEventOverview
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::ManagedNotificationChildEventOverview
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Describes an overview and metadata for a ‘ManagedNotificationChildEvent`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregate_managed_notification_event_arn ⇒ String
The Amazon Resource Name (ARN) of the ManagedNotificationEvent that is associated with this ‘ManagedNotificationChildEvent`.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ManagedNotificationChildEvent`.
-
#child_event ⇒ Types::ManagedNotificationChildEventSummary
The content of the ‘ManagedNotificationChildEvent`.
-
#creation_time ⇒ Time
The creation time of the ‘ManagedNotificationChildEvent`.
-
#managed_notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ManagedNotificationConfiguration`.
-
#organizational_unit_id ⇒ String
The Organizational Unit Id that an AWS account belongs to.
-
#related_account ⇒ String
The account that related to the ‘ManagedNotificationChildEvent`.
Instance Attribute Details
#aggregate_managed_notification_event_arn ⇒ String
The Amazon Resource Name (ARN) of the ManagedNotificationEvent that is associated with this ‘ManagedNotificationChildEvent`.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File '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 |
#arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ManagedNotificationChildEvent`.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File '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_event ⇒ Types::ManagedNotificationChildEventSummary
The content of the ‘ManagedNotificationChildEvent`.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File '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_time ⇒ Time
The creation time of the ‘ManagedNotificationChildEvent`.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ManagedNotificationConfiguration`.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File '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_id ⇒ String
The Organizational Unit Id that an AWS account belongs to.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File '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 |
#related_account ⇒ String
The account that related to the ‘ManagedNotificationChildEvent`.
1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 |
# File '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 |