Class: Aws::Types::EntityDisplayData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:user_name, :group_name, :identified_user_name, :first_name, :last_name])

Instance Attribute Summary collapse

Instance Attribute Details

#first_name::String

Returns the value of attribute first_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


971
972
973
# File 'sig/types.rbs', line 971

def user_name
  @user_name
end