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

#borderTypes::BorderStyle

The border around a tile.

Returns:



28650
28651
28652
28653
28654
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28650

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