Class: Aws::Types::EntityDisplayData
- Inherits:
-
Object
- Object
- Aws::Types::EntityDisplayData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#identified_user_name ⇒ ::String
Returns the value of attribute identified_user_name.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
Instance Attribute Details
#first_name ⇒ ::String
Returns the value of attribute first_name.
974 975 976 |
# File 'sig/types.rbs', line 974 def first_name @first_name end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
972 973 974 |
# File 'sig/types.rbs', line 972 def group_name @group_name end |
#identified_user_name ⇒ ::String
Returns the value of attribute identified_user_name.
973 974 975 |
# File 'sig/types.rbs', line 973 def identified_user_name @identified_user_name end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
975 976 977 |
# File 'sig/types.rbs', line 975 def last_name @last_name end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
971 972 973 |
# File 'sig/types.rbs', line 971 def user_name @user_name end |