Class: Aws::Types::PalettePrimary
- Inherits:
-
Object
- Object
- Aws::Types::PalettePrimary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ ::String
Returns the value of attribute active.
-
#contrast_text ⇒ ::String
Returns the value of attribute contrast_text.
-
#default ⇒ ::String
Returns the value of attribute default.
Instance Attribute Details
#active ⇒ ::String
Returns the value of attribute active.
6109 6110 6111 |
# File 'sig/types.rbs', line 6109 def active @active end |
#contrast_text ⇒ ::String
Returns the value of attribute contrast_text.
6110 6111 6112 |
# File 'sig/types.rbs', line 6110 def contrast_text @contrast_text end |
#default ⇒ ::String
Returns the value of attribute default.
6108 6109 6110 |
# File 'sig/types.rbs', line 6108 def default @default end |