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.
5955 5956 5957 |
# File 'sig/types.rbs', line 5955 def active @active end |
#contrast_text ⇒ ::String
Returns the value of attribute contrast_text.
5956 5957 5958 |
# File 'sig/types.rbs', line 5956 def contrast_text @contrast_text end |
#default ⇒ ::String
Returns the value of attribute default.
5954 5955 5956 |
# File 'sig/types.rbs', line 5954 def default @default end |