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.
6208 6209 6210 |
# File 'sig/types.rbs', line 6208 def active @active end |
#contrast_text ⇒ ::String
Returns the value of attribute contrast_text.
6209 6210 6211 |
# File 'sig/types.rbs', line 6209 def contrast_text @contrast_text end |
#default ⇒ ::String
Returns the value of attribute default.
6207 6208 6209 |
# File 'sig/types.rbs', line 6207 def default @default end |