Class: Aws::Types::RegistrationSectionDisplayHints

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute documentation_link.

Returns:

  • (::String)


1827
1828
1829
# File 'sig/types.rbs', line 1827

def documentation_link
  @documentation_link
end

#documentation_title ⇒ ::String

Returns the value of attribute documentation_title.

Returns:

  • (::String)


1826
1827
1828
# File 'sig/types.rbs', line 1826

def documentation_title
  @documentation_title
end

#long_description ⇒ ::String

Returns the value of attribute long_description.

Returns:

  • (::String)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def long_description
  @long_description
end

#short_description ⇒ ::String

Returns the value of attribute short_description.

Returns:

  • (::String)


1824
1825
1826
# File 'sig/types.rbs', line 1824

def short_description
  @short_description
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


1823
1824
1825
# File 'sig/types.rbs', line 1823

def title
  @title
end