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)


16693
16694
16695
16696
16697
16698
# File 'lib/aws-sdk-quicksight/types.rb', line 16693

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

#visibilityString

The background visibility of a free-form layout element.

Returns:

  • (String)


16693
16694
16695
16696
16697
16698
# File 'lib/aws-sdk-quicksight/types.rb', line 16693

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