Class: Aws::Notifications::Types::GetNotificationEventResponse

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)


1046
1047
1048
1049
1050
1051
1052
1053
# File 'lib/aws-sdk-notifications/types.rb', line 1046

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

#contentTypes::NotificationEvent

The content of the ‘NotificationEvent`.



1046
1047
1048
1049
1050
1051
1052
1053
# File 'lib/aws-sdk-notifications/types.rb', line 1046

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

#creation_timeTime

The creation time of the ‘NotificationEvent`.

Returns:

  • (Time)


1046
1047
1048
1049
1050
1051
1052
1053
# File 'lib/aws-sdk-notifications/types.rb', line 1046

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

#notification_configuration_arnString

The ARN of the ‘NotificationConfiguration`.

Returns:

  • (String)


1046
1047
1048
1049
1050
1051
1052
1053
# File 'lib/aws-sdk-notifications/types.rb', line 1046

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