Class: Aws::Pinpoint::Types::DefaultButtonConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::DefaultButtonConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Default button configuration.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #background_color  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The background color of the button.
 - 
  
    
      #border_radius  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The border radius of the button.
 - 
  
    
      #button_action  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Action triggered by the button.
 - 
  
    
      #link  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Button destination.
 - 
  
    
      #text  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Button text.
 - 
  
    
      #text_color  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The text color of the button.
 
Instance Attribute Details
#background_color ⇒ String
The background color of the button.
      3303 3304 3305 3306 3307 3308 3309 3310 3311 3312  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 3303 class DefaultButtonConfiguration < Struct.new( :background_color, :border_radius, :button_action, :link, :text, :text_color) SENSITIVE = [] include Aws::Structure end  | 
  
#border_radius ⇒ Integer
The border radius of the button.
      3303 3304 3305 3306 3307 3308 3309 3310 3311 3312  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 3303 class DefaultButtonConfiguration < Struct.new( :background_color, :border_radius, :button_action, :link, :text, :text_color) SENSITIVE = [] include Aws::Structure end  | 
  
#button_action ⇒ String
Action triggered by the button.
      3303 3304 3305 3306 3307 3308 3309 3310 3311 3312  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 3303 class DefaultButtonConfiguration < Struct.new( :background_color, :border_radius, :button_action, :link, :text, :text_color) SENSITIVE = [] include Aws::Structure end  | 
  
#link ⇒ String
Button destination.
      3303 3304 3305 3306 3307 3308 3309 3310 3311 3312  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 3303 class DefaultButtonConfiguration < Struct.new( :background_color, :border_radius, :button_action, :link, :text, :text_color) SENSITIVE = [] include Aws::Structure end  | 
  
#text ⇒ String
Button text.
      3303 3304 3305 3306 3307 3308 3309 3310 3311 3312  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 3303 class DefaultButtonConfiguration < Struct.new( :background_color, :border_radius, :button_action, :link, :text, :text_color) SENSITIVE = [] include Aws::Structure end  | 
  
#text_color ⇒ String
The text color of the button.
      3303 3304 3305 3306 3307 3308 3309 3310 3311 3312  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 3303 class DefaultButtonConfiguration < Struct.new( :background_color, :border_radius, :button_action, :link, :text, :text_color) SENSITIVE = [] include Aws::Structure end  |