Class: Aws::Types::DecalSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#decal_color::String

Returns the value of attribute decal_color.

Returns:

  • (::String)


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.

Returns:

  • ("SOLID", "DIAGONAL_MEDIUM", "CIRCLE_MEDIUM", "DIAMOND_GRID_MEDIUM", "CHECKERBOARD_MEDIUM", "TRIANGLE_MEDIUM", "DIAGONAL_OPPOSITE_MEDIUM", "DIAMOND_MEDIUM", "DIAGONAL_LARGE", "CIRCLE_LARGE", "DIAMOND_GRID_LARGE", "CHECKERBOARD_LARGE", "TRIANGLE_LARGE", "DIAGONAL_OPPOSITE_LARGE", "DIAMOND_LARGE", "DIAGONAL_SMALL", "CIRCLE_SMALL", "DIAMOND_GRID_SMALL", "CHECKERBOARD_SMALL", "TRIANGLE_SMALL", "DIAGONAL_OPPOSITE_SMALL", "DIAMOND_SMALL")


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.

Returns:

  • ("Manual", "Auto")


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.

Returns:

  • ("HIDDEN", "VISIBLE")


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.

Returns:

  • (::String)


3546
3547
3548
# File 'sig/types.rbs', line 3546

def element_value
  @element_value
end