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)


11524
11525
11526
# File 'sig/types.rbs', line 11524

def background_color
  @background_color
end

#borderTypes::BorderStyle

Returns the value of attribute border.

Returns:



11525
11526
11527
# File 'sig/types.rbs', line 11525

def border
  @border
end

#border_radius::String

Returns the value of attribute border_radius.

Returns:

  • (::String)


11526
11527
11528
# File 'sig/types.rbs', line 11526

def border_radius
  @border_radius
end

#padding::String

Returns the value of attribute padding.

Returns:

  • (::String)


11527
11528
11529
# File 'sig/types.rbs', line 11527

def padding
  @padding
end