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.
6219 6220 6221 |
# File 'sig/types.rbs', line 6219 def active @active end |
#contrast_text ⇒ ::String
Returns the value of attribute contrast_text.
6220 6221 6222 |
# File 'sig/types.rbs', line 6220 def contrast_text @contrast_text end |
#default ⇒ ::String
Returns the value of attribute default.
6218 6219 6220 |
# File 'sig/types.rbs', line 6218 def default @default end |