Class: Aws::Types::DecalSettings
- Inherits:
-
Object
- Object
- Aws::Types::DecalSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decal_color ⇒ ::String
Returns the value of attribute decal_color.
-
#decal_pattern_type ⇒ "SOLID", ...
Returns the value of attribute decal_pattern_type.
-
#decal_style_type ⇒ "Manual", "Auto"
Returns the value of attribute decal_style_type.
-
#decal_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute decal_visibility.
-
#element_value ⇒ ::String
Returns the value of attribute element_value.
Instance Attribute Details
#decal_color ⇒ ::String
Returns the value of attribute decal_color.
3548 3549 3550 |
# File 'sig/types.rbs', line 3548 def decal_color @decal_color end |
#decal_pattern_type ⇒ "SOLID", ...
Returns the value of attribute decal_pattern_type.
3549 3550 3551 |
# File 'sig/types.rbs', line 3549 def decal_pattern_type @decal_pattern_type end |
#decal_style_type ⇒ "Manual", "Auto"
Returns the value of attribute decal_style_type.
3550 3551 3552 |
# File 'sig/types.rbs', line 3550 def decal_style_type @decal_style_type end |
#decal_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute decal_visibility.
3547 3548 3549 |
# File 'sig/types.rbs', line 3547 def decal_visibility @decal_visibility end |
#element_value ⇒ ::String
Returns the value of attribute element_value.
3546 3547 3548 |
# File 'sig/types.rbs', line 3546 def element_value @element_value end |