Class: Aws::Notifications::Types::GetNotificationEventRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-notifications/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the ‘NotificationEvent` to return.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
# File 'lib/aws-sdk-notifications/types.rb', line 1021

class GetNotificationEventRequest < Struct.new(
  :arn,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end

#localeString

The locale code of the language used for the retrieved ‘NotificationEvent`. The default locale is English `en_US`.

Returns:

  • (String)


1021
1022
1023
1024
1025
1026
# File 'lib/aws-sdk-notifications/types.rb', line 1021

class GetNotificationEventRequest < Struct.new(
  :arn,
  :locale)
  SENSITIVE = []
  include Aws::Structure
end