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)


1749
1750
1751
# File 'sig/types.rbs', line 1749

def documentation_link
  @documentation_link
end

#documentation_title::String

Returns the value of attribute documentation_title.

Returns:

  • (::String)


1748
1749
1750
# File 'sig/types.rbs', line 1748

def documentation_title
  @documentation_title
end

#example_text_value::String

Returns the value of attribute example_text_value.

Returns:

  • (::String)


1752
1753
1754
# File 'sig/types.rbs', line 1752

def example_text_value
  @example_text_value
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


1747
1748
1749
# File 'sig/types.rbs', line 1747

def long_description
  @long_description
end

#select_option_descriptions::Array[Types::SelectOptionDescription]

Returns the value of attribute select_option_descriptions.

Returns:



1750
1751
1752
# File 'sig/types.rbs', line 1750

def select_option_descriptions
  @select_option_descriptions
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


1746
1747
1748
# File 'sig/types.rbs', line 1746

def short_description
  @short_description
end

#text_validation_description::String

Returns the value of attribute text_validation_description.

Returns:

  • (::String)


1751
1752
1753
# File 'sig/types.rbs', line 1751

def text_validation_description
  @text_validation_description
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1745
1746
1747
# File 'sig/types.rbs', line 1745

def title
  @title
end