Class: Aws::QuickSight::Types::FreeFormLayoutElementBackgroundStyle

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

Overview

The background style configuration of a free-form layout element.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#colorString

The background color of a free-form layout element.

Returns:

  • (String)


15777
15778
15779
15780
15781
15782
# File 'lib/aws-sdk-quicksight/types.rb', line 15777

class FreeFormLayoutElementBackgroundStyle < Struct.new(
  :visibility,
  :color)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

The background visibility of a free-form layout element.

Returns:

  • (String)


15777
15778
15779
15780
15781
15782
# File 'lib/aws-sdk-quicksight/types.rb', line 15777

class FreeFormLayoutElementBackgroundStyle < Struct.new(
  :visibility,
  :color)
  SENSITIVE = []
  include Aws::Structure
end