Class: Aws::Types::PortalContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1843
1844
1845
# File 'sig/types.rbs', line 1843

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1844
1845
1846
# File 'sig/types.rbs', line 1844

def display_name
  @display_name
end

#themeTypes::PortalTheme

Returns the value of attribute theme.

Returns:



1845
1846
1847
# File 'sig/types.rbs', line 1845

def theme
  @theme
end