Class: Aws::Notifications::Types::MessageComponentsSummary
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Notifications::Types::MessageComponentsSummary
 
- Defined in:
- gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb
Overview
Contains the headline message component.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #headline  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A sentence long summary. 
Instance Attribute Details
#headline ⇒ String
A sentence long summary. For example, titles or an email subject line.
| 2509 2510 2511 2512 2513 | # File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 2509 class MessageComponentsSummary < Struct.new( :headline) SENSITIVE = [] include Aws::Structure end |