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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


36722
36723
36724
36725
36726
36727
36728
36729
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36722

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

#borderTypes::BorderStyle

The border around a tile.

Returns:



36722
36723
36724
36725
36726
36727
36728
36729
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36722

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)


36722
36723
36724
36725
36726
36727
36728
36729
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36722

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

#paddingString

The padding of a tile.

Returns:

  • (String)


36722
36723
36724
36725
36726
36727
36728
36729
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36722

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