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)


8447
8448
8449
# File 'sig/types.rbs', line 8447

def background_color
  @background_color
end

#background_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute background_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


8446
8447
8448
# File 'sig/types.rbs', line 8446

def background_visibility
  @background_visibility
end

#border_color::String

Returns the value of attribute border_color.

Returns:

  • (::String)


8443
8444
8445
# File 'sig/types.rbs', line 8443

def border_color
  @border_color
end

#border_style"SOLID", ...

Returns the value of attribute border_style.

Returns:

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


8442
8443
8444
# File 'sig/types.rbs', line 8442

def border_style
  @border_style
end

#border_thickness::String

Returns the value of attribute border_thickness.

Returns:

  • (::String)


8441
8442
8443
# File 'sig/types.rbs', line 8441

def border_thickness
  @border_thickness
end

#border_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute border_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


8440
8441
8442
# File 'sig/types.rbs', line 8440

def border_visibility
  @border_visibility
end

#gutter_spacing::String

Returns the value of attribute gutter_spacing.

Returns:

  • (::String)


8445
8446
8447
# File 'sig/types.rbs', line 8445

def gutter_spacing
  @gutter_spacing
end

#gutter_visibility"HIDDEN", "VISIBLE"

Returns the value of attribute gutter_visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


8444
8445
8446
# File 'sig/types.rbs', line 8444

def gutter_visibility
  @gutter_visibility
end

#titleTypes::PanelTitleOptions

Returns the value of attribute title.



8439
8440
8441
# File 'sig/types.rbs', line 8439

def title
  @title
end