Class: Aws::Notifications::Types::GetManagedNotificationEventResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::GetManagedNotificationEventResponse
- 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::ManagedNotificationEvent
The content of the
ManagedNotificationEvent
. -
#creation_time ⇒ Time
The creation time of the
ManagedNotificationEvent
. -
#managed_notification_configuration_arn ⇒ String
The ARN of the
ManagedNotificationConfiguration
.
Instance Attribute Details
#arn ⇒ String
The ARN of the resource.
927 928 929 930 931 932 933 934 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 927 class GetManagedNotificationEventResponse < Struct.new( :arn, :managed_notification_configuration_arn, :creation_time, :content) SENSITIVE = [] include Aws::Structure end |
#content ⇒ Types::ManagedNotificationEvent
The content of the ManagedNotificationEvent
.
927 928 929 930 931 932 933 934 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 927 class GetManagedNotificationEventResponse < Struct.new( :arn, :managed_notification_configuration_arn, :creation_time, :content) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The creation time of the ManagedNotificationEvent
.
927 928 929 930 931 932 933 934 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 927 class GetManagedNotificationEventResponse < Struct.new( :arn, :managed_notification_configuration_arn, :creation_time, :content) SENSITIVE = [] include Aws::Structure end |
#managed_notification_configuration_arn ⇒ String
The ARN of the ManagedNotificationConfiguration
.
927 928 929 930 931 932 933 934 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 927 class GetManagedNotificationEventResponse < Struct.new( :arn, :managed_notification_configuration_arn, :creation_time, :content) SENSITIVE = [] include Aws::Structure end |