Class: Aws::QuickSight::Types::GridLayoutElementBackgroundStyle

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

Overview

The background style configuration of a grid layout element.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#colorString

The background color of a grid layout element.

Returns:

  • (String)


21159
21160
21161
21162
21163
21164
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21159

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

#visibilityString

The background visibility of a grid layout element.

Returns:

  • (String)


21159
21160
21161
21162
21163
21164
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21159

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