Class: Aws::Types::RegistrationFieldDisplayHints

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)


1780
1781
1782
# File 'sig/types.rbs', line 1780

def documentation_link
  @documentation_link
end

#documentation_title ⇒ ::String

Returns the value of attribute documentation_title.

Returns:

  • (::String)


1779
1780
1781
# File 'sig/types.rbs', line 1779

def documentation_title
  @documentation_title
end

#example_text_value ⇒ ::String

Returns the value of attribute example_text_value.

Returns:

  • (::String)


1783
1784
1785
# File 'sig/types.rbs', line 1783

def example_text_value
  @example_text_value
end

#long_description ⇒ ::String

Returns the value of attribute long_description.

Returns:

  • (::String)


1778
1779
1780
# File 'sig/types.rbs', line 1778

def long_description
  @long_description
end

#select_option_descriptions ⇒ ::Array[Types::SelectOptionDescription]

Returns the value of attribute select_option_descriptions.

Returns:



1781
1782
1783
# File 'sig/types.rbs', line 1781

def select_option_descriptions
  @select_option_descriptions
end

#short_description ⇒ ::String

Returns the value of attribute short_description.

Returns:

  • (::String)


1777
1778
1779
# File 'sig/types.rbs', line 1777

def short_description
  @short_description
end

#text_validation_description ⇒ ::String

Returns the value of attribute text_validation_description.

Returns:

  • (::String)


1782
1783
1784
# File 'sig/types.rbs', line 1782

def text_validation_description
  @text_validation_description
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


1776
1777
1778
# File 'sig/types.rbs', line 1776

def title
  @title
end