Class: Aws::Notifications::Types::GetManagedNotificationChildEventResponse

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

#arnString

The ARN of the resource.

Returns:

  • (String)


836
837
838
839
840
841
842
843
# File 'lib/aws-sdk-notifications/types.rb', line 836

class GetManagedNotificationChildEventResponse < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :creation_time,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#contentTypes::ManagedNotificationChildEvent

The content of the ‘ManagedNotificationChildEvent`.



836
837
838
839
840
841
842
843
# File 'lib/aws-sdk-notifications/types.rb', line 836

class GetManagedNotificationChildEventResponse < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :creation_time,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The creation time of the ‘ManagedNotificationChildEvent`.

Returns:

  • (Time)


836
837
838
839
840
841
842
843
# File 'lib/aws-sdk-notifications/types.rb', line 836

class GetManagedNotificationChildEventResponse < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :creation_time,
  :content)
  SENSITIVE = []
  include Aws::Structure
end

#managed_notification_configuration_arnString

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

Returns:

  • (String)


836
837
838
839
840
841
842
843
# File 'lib/aws-sdk-notifications/types.rb', line 836

class GetManagedNotificationChildEventResponse < Struct.new(
  :arn,
  :managed_notification_configuration_arn,
  :creation_time,
  :content)
  SENSITIVE = []
  include Aws::Structure
end