Class: Aws::Notifications::Types::GetNotificationEventRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::GetNotificationEventRequest
- Defined in:
- gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the
NotificationEventto return. -
#locale ⇒ String
The locale code of the language used for the retrieved
NotificationEvent.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the NotificationEvent to return.
1035 1036 1037 1038 1039 1040 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1035 class GetNotificationEventRequest < Struct.new( :arn, :locale) SENSITIVE = [] include Aws::Structure end |
#locale ⇒ String
The locale code of the language used for the retrieved
NotificationEvent. The default locale is English en_US.
1035 1036 1037 1038 1039 1040 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1035 class GetNotificationEventRequest < Struct.new( :arn, :locale) SENSITIVE = [] include Aws::Structure end |