Class: Aws::Notifications::Types::GetManagedNotificationChildEventRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::GetManagedNotificationChildEventRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ManagedNotificationChildEvent` to return.
-
#locale ⇒ String
The locale code of the language used for the retrieved ‘ManagedNotificationChildEvent`.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the ‘ManagedNotificationChildEvent` to return.
809 810 811 812 813 814 |
# File 'lib/aws-sdk-notifications/types.rb', line 809 class GetManagedNotificationChildEventRequest < Struct.new( :arn, :locale) SENSITIVE = [] include Aws::Structure end |
#locale ⇒ String
The locale code of the language used for the retrieved ‘ManagedNotificationChildEvent`. The default locale is English `en_US`.
809 810 811 812 813 814 |
# File 'lib/aws-sdk-notifications/types.rb', line 809 class GetManagedNotificationChildEventRequest < Struct.new( :arn, :locale) SENSITIVE = [] include Aws::Structure end |