Class: Aws::Types::Name
- Inherits:
-
Object
- Object
- Aws::Types::Name
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#family_name ⇒ ::String
Returns the value of attribute family_name.
-
#formatted ⇒ ::String
Returns the value of attribute formatted.
-
#given_name ⇒ ::String
Returns the value of attribute given_name.
-
#honorific_prefix ⇒ ::String
Returns the value of attribute honorific_prefix.
-
#honorific_suffix ⇒ ::String
Returns the value of attribute honorific_suffix.
-
#middle_name ⇒ ::String
Returns the value of attribute middle_name.
Instance Attribute Details
#family_name ⇒ ::String
Returns the value of attribute family_name.
390 391 392 |
# File 'sig/types.rbs', line 390 def family_name @family_name end |
#formatted ⇒ ::String
Returns the value of attribute formatted.
389 390 391 |
# File 'sig/types.rbs', line 389 def formatted @formatted end |
#given_name ⇒ ::String
Returns the value of attribute given_name.
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.
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.
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.
392 393 394 |
# File 'sig/types.rbs', line 392 def middle_name @middle_name end |