Class: Aws::Types::User

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username, :email_address, :given_name, :surname])

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


891
892
893
# File 'sig/types.rbs', line 891

def created_timestamp
  @created_timestamp
end

#email_address::String

Returns the value of attribute email_address.

Returns:

  • (::String)


883
884
885
# File 'sig/types.rbs', line 883

def email_address
  @email_address
end

#given_name::String

Returns the value of attribute given_name.

Returns:

  • (::String)


884
885
886
# File 'sig/types.rbs', line 884

def given_name
  @given_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


881
882
883
# File 'sig/types.rbs', line 881

def id
  @id
end

#locale"en", ...

Returns the value of attribute locale.

Returns:

  • ("en", "fr", "ko", "de", "es", "ja", "ru", "zh_CN", "zh_TW", "pt_BR", "default")


894
895
896
# File 'sig/types.rbs', line 894

def locale
  @locale
end

#modified_timestamp::Time

Returns the value of attribute modified_timestamp.

Returns:

  • (::Time)


892
893
894
# File 'sig/types.rbs', line 892

def modified_timestamp
  @modified_timestamp
end

#organization_id::String

Returns the value of attribute organization_id.

Returns:

  • (::String)


886
887
888
# File 'sig/types.rbs', line 886

def organization_id
  @organization_id
end

#recycle_bin_folder_id::String

Returns the value of attribute recycle_bin_folder_id.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def recycle_bin_folder_id
  @recycle_bin_folder_id
end

#root_folder_id::String

Returns the value of attribute root_folder_id.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def root_folder_id
  @root_folder_id
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE", "PENDING")


889
890
891
# File 'sig/types.rbs', line 889

def status
  @status
end

#storageTypes::UserStorageMetadata

Returns the value of attribute storage.



895
896
897
# File 'sig/types.rbs', line 895

def storage
  @storage
end

#surname::String

Returns the value of attribute surname.

Returns:

  • (::String)


885
886
887
# File 'sig/types.rbs', line 885

def surname
  @surname
end

#time_zone_id::String

Returns the value of attribute time_zone_id.

Returns:

  • (::String)


893
894
895
# File 'sig/types.rbs', line 893

def time_zone_id
  @time_zone_id
end

#type"USER", ...

Returns the value of attribute type.

Returns:

  • ("USER", "ADMIN", "POWERUSER", "MINIMALUSER", "WORKSPACESUSER")


890
891
892
# File 'sig/types.rbs', line 890

def type
  @type
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


882
883
884
# File 'sig/types.rbs', line 882

def username
  @username
end