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.
3679 3680 3681 |
# File 'sig/types.rbs', line 3679 def decal_color @decal_color end |
#decal_pattern_type ⇒ "SOLID", ...
Returns the value of attribute decal_pattern_type.
3680 3681 3682 |
# File 'sig/types.rbs', line 3680 def decal_pattern_type @decal_pattern_type end |
#decal_style_type ⇒ "Manual", "Auto"
Returns the value of attribute decal_style_type.
3681 3682 3683 |
# File 'sig/types.rbs', line 3681 def decal_style_type @decal_style_type end |
#decal_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute decal_visibility.
3678 3679 3680 |
# File 'sig/types.rbs', line 3678 def decal_visibility @decal_visibility end |
#element_value ⇒ ::String
Returns the value of attribute element_value.
3677 3678 3679 |
# File 'sig/types.rbs', line 3677 def element_value @element_value end |