Class: Aws::Pinpoint::Types::InAppMessageHeaderConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::InAppMessageHeaderConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Text config for Message Header.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #alignment  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The alignment of the text.
 - 
  
    
      #header  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Message Header.
 - 
  
    
      #text_color  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The text color.
 
Instance Attribute Details
#alignment ⇒ String
The alignment of the text. Valid values: LEFT, CENTER, RIGHT.
      8044 8045 8046 8047 8048 8049 8050  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 8044 class InAppMessageHeaderConfig < Struct.new( :alignment, :header, :text_color) SENSITIVE = [] include Aws::Structure end  | 
  
#header ⇒ String
Message Header.
      8044 8045 8046 8047 8048 8049 8050  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 8044 class InAppMessageHeaderConfig < Struct.new( :alignment, :header, :text_color) SENSITIVE = [] include Aws::Structure end  | 
  
#text_color ⇒ String
The text color.
      8044 8045 8046 8047 8048 8049 8050  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 8044 class InAppMessageHeaderConfig < Struct.new( :alignment, :header, :text_color) SENSITIVE = [] include Aws::Structure end  |