Class: Aws::Notifications::Types::GetManagedNotificationEventRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Notifications::Types::GetManagedNotificationEventRequest
 
- 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 ManagedNotificationEventto return.
- 
  
    
      #locale  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The locale code of the language used for the retrieved ManagedNotificationEvent.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the ManagedNotificationEvent to
return.
| 902 903 904 905 906 907 | # File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 902 class GetManagedNotificationEventRequest < Struct.new( :arn, :locale) SENSITIVE = [] include Aws::Structure end | 
#locale ⇒ String
The locale code of the language used for the retrieved
ManagedNotificationEvent. The default locale is English (en_US).
| 902 903 904 905 906 907 | # File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 902 class GetManagedNotificationEventRequest < Struct.new( :arn, :locale) SENSITIVE = [] include Aws::Structure end |