Class: Aws::Notifications::Types::GetManagedNotificationEventRequest

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 ‘ManagedNotificationEvent` to return.

Returns:

  • (String)


902
903
904
905
906
907
# File 'lib/aws-sdk-notifications/types.rb', line 902

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

#localeString

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

Returns:

  • (String)


902
903
904
905
906
907
# File 'lib/aws-sdk-notifications/types.rb', line 902

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