Class: Aws::Types::PanelConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#background_color::String

Returns the value of attribute background_color.

Returns:

  • (::String)


8798
8799
8800
# File 'sig/types.rbs', line 8798

def background_color
  @background_color
end

#background_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute background_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


8797
8798
8799
# File 'sig/types.rbs', line 8797

def background_visibility
  @background_visibility
end

#border_color::String

Returns the value of attribute border_color.

Returns:

  • (::String)


8794
8795
8796
# File 'sig/types.rbs', line 8794

def border_color
  @border_color
end

#border_style"SOLID", ...

Returns the value of attribute border_style.

Returns:

  • ("SOLID", "DASHED", "DOTTED")


8793
8794
8795
# File 'sig/types.rbs', line 8793

def border_style
  @border_style
end

#border_thickness::String

Returns the value of attribute border_thickness.

Returns:

  • (::String)


8792
8793
8794
# File 'sig/types.rbs', line 8792

def border_thickness
  @border_thickness
end

#border_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute border_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


8791
8792
8793
# File 'sig/types.rbs', line 8791

def border_visibility
  @border_visibility
end

#gutter_spacing::String

Returns the value of attribute gutter_spacing.

Returns:

  • (::String)


8796
8797
8798
# File 'sig/types.rbs', line 8796

def gutter_spacing
  @gutter_spacing
end

#gutter_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute gutter_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


8795
8796
8797
# File 'sig/types.rbs', line 8795

def gutter_visibility
  @gutter_visibility
end

#titleTypes::PanelTitleOptions

Returns the value of attribute title.



8790
8791
8792
# File 'sig/types.rbs', line 8790

def title
  @title
end