Class: Aws::Notifications::Types::GetNotificationEventResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::GetNotificationEventResponse
- Defined in:
- gems/aws-sdk-notifications/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.
1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1060 class GetNotificationEventResponse < Struct.new( :arn, :notification_configuration_arn, :creation_time, :content) SENSITIVE = [] include Aws::Structure end |
#content ⇒ Types::NotificationEvent
The content of the NotificationEvent.
1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1060 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.
1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1060 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.
1060 1061 1062 1063 1064 1065 1066 1067 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1060 class GetNotificationEventResponse < Struct.new( :arn, :notification_configuration_arn, :creation_time, :content) SENSITIVE = [] include Aws::Structure end |