Class: Aws::QuickSight::Types::TileStyle

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Display options related to tiles on a sheet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#background_colorString

The background color of a tile.

Returns:

  • (String)


39024
39025
39026
39027
39028
39029
39030
39031
# File 'lib/aws-sdk-quicksight/types.rb', line 39024

class TileStyle < Struct.new(
  :background_color,
  :border,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end

#borderTypes::BorderStyle

The border around a tile.

Returns:



39024
39025
39026
39027
39028
39029
39030
39031
# File 'lib/aws-sdk-quicksight/types.rb', line 39024

class TileStyle < Struct.new(
  :background_color,
  :border,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end

#border_radiusString

The border radius of a tile.

Returns:

  • (String)


39024
39025
39026
39027
39028
39029
39030
39031
# File 'lib/aws-sdk-quicksight/types.rb', line 39024

class TileStyle < Struct.new(
  :background_color,
  :border,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end

#paddingString

The padding of a tile.

Returns:

  • (String)


39024
39025
39026
39027
39028
39029
39030
39031
# File 'lib/aws-sdk-quicksight/types.rb', line 39024

class TileStyle < Struct.new(
  :background_color,
  :border,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end