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

#borderTypes::BorderStyle

The border around a tile.

Returns:



28804
28805
28806
28807
28808
# File 'lib/aws-sdk-quicksight/types.rb', line 28804

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