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.
1021 1022 1023 1024 1025 1026 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1021 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.
1021 1022 1023 1024 1025 1026 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 1021 class GetNotificationEventRequest < Struct.new( :arn, :locale) SENSITIVE = [] include Aws::Structure end |