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

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


15072
15073
15074
15075
15076
15077
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15072

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

#visibilityString

The background visibility of a free-form layout element.

Returns:

  • (String)


15072
15073
15074
15075
15076
15077
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15072

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