Class: Aws::Types::Name

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:formatted, :family_name, :given_name, :middle_name, :honorific_prefix, :honorific_suffix])

Instance Attribute Summary collapse

Instance Attribute Details

#family_name ⇒ ::String

Returns the value of attribute family_name.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def family_name
  @family_name
end

#formatted ⇒ ::String

Returns the value of attribute formatted.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def formatted
  @formatted
end

#given_name ⇒ ::String

Returns the value of attribute given_name.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def given_name
  @given_name
end

#honorific_prefix ⇒ ::String

Returns the value of attribute honorific_prefix.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def honorific_prefix
  @honorific_prefix
end

#honorific_suffix ⇒ ::String

Returns the value of attribute honorific_suffix.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def honorific_suffix
  @honorific_suffix
end

#middle_name ⇒ ::String

Returns the value of attribute middle_name.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

def middle_name
  @middle_name
end