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.
6114 6115 6116 |
# File 'sig/types.rbs', line 6114 def active @active end |
#contrast_text ⇒ ::String
Returns the value of attribute contrast_text.
6115 6116 6117 |
# File 'sig/types.rbs', line 6115 def contrast_text @contrast_text end |
#default ⇒ ::String
Returns the value of attribute default.
6113 6114 6115 |
# File 'sig/types.rbs', line 6113 def default @default end |