Class: Aws::Notifications::Types::CreateNotificationConfigurationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Notifications::Types::CreateNotificationConfigurationResponse
 
 
- 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
NotificationConfiguration. - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of this
NotificationConfiguration. 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the NotificationConfiguration.
      360 361 362 363 364 365  | 
    
      # File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 360 class CreateNotificationConfigurationResponse < Struct.new( :arn, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The current status of this NotificationConfiguration.
      360 361 362 363 364 365  | 
    
      # File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 360 class CreateNotificationConfigurationResponse < Struct.new( :arn, :status) SENSITIVE = [] include Aws::Structure end  |