Class: Aws::Types::TileStyle

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#background_color::String

Returns the value of attribute background_color.

Returns:

  • (::String)


11134
11135
11136
# File 'sig/types.rbs', line 11134

def background_color
  @background_color
end

#borderTypes::BorderStyle

Returns the value of attribute border.

Returns:



11135
11136
11137
# File 'sig/types.rbs', line 11135

def border
  @border
end

#border_radius::String

Returns the value of attribute border_radius.

Returns:

  • (::String)


11136
11137
11138
# File 'sig/types.rbs', line 11136

def border_radius
  @border_radius
end

#padding::String

Returns the value of attribute padding.

Returns:

  • (::String)


11137
11138
11139
# File 'sig/types.rbs', line 11137

def padding
  @padding
end