Class: Aws::Notifications::Types::GetNotificationEventResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::GetNotificationEventResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the resource.
-
#content ⇒ Types::NotificationEvent
The content of the ‘NotificationEvent`.
-
#creation_time ⇒ Time
The creation time of the ‘NotificationEvent`.
-
#notification_configuration_arn ⇒ String
The ARN of the ‘NotificationConfiguration`.
Instance Attribute Details
#arn ⇒ String
The ARN of the resource.
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 |
#content ⇒ Types::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_time ⇒ Time
The creation time 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 |
#notification_configuration_arn ⇒ String
The ARN of the ‘NotificationConfiguration`.
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 |