Class: Aws::Notifications::Types::GetManagedNotificationEventResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-notifications/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)


883
884
885
886
887
888
889
890
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 883

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

#contentTypes::ManagedNotificationEvent

The content of the ManagedNotificationEvent.



883
884
885
886
887
888
889
890
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 883

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

#creation_timeTime

The creation time of the ManagedNotificationEvent.

Returns:

  • (Time)


883
884
885
886
887
888
889
890
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 883

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

#managed_notification_configuration_arnString

The ARN of the ManagedNotificationConfiguration.

Returns:

  • (String)


883
884
885
886
887
888
889
890
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 883

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