Class: Aws::Types::DescribeUserProfileResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


5359
5360
5361
# File 'sig/types.rbs', line 5359

def creation_time
  @creation_time
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


5353
5354
5355
# File 'sig/types.rbs', line 5353

def domain_id
  @domain_id
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


5360
5361
5362
# File 'sig/types.rbs', line 5360

def failure_reason
  @failure_reason
end

#home_efs_file_system_uid::String

Returns the value of attribute home_efs_file_system_uid.

Returns:

  • (::String)


5356
5357
5358
# File 'sig/types.rbs', line 5356

def home_efs_file_system_uid
  @home_efs_file_system_uid
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5358
5359
5360
# File 'sig/types.rbs', line 5358

def last_modified_time
  @last_modified_time
end

#single_sign_on_user_identifier::String

Returns the value of attribute single_sign_on_user_identifier.

Returns:

  • (::String)


5361
5362
5363
# File 'sig/types.rbs', line 5361

def single_sign_on_user_identifier
  @single_sign_on_user_identifier
end

#single_sign_on_user_value::String

Returns the value of attribute single_sign_on_user_value.

Returns:

  • (::String)


5362
5363
5364
# File 'sig/types.rbs', line 5362

def single_sign_on_user_value
  @single_sign_on_user_value
end

#status"Deleting", ...

Returns the value of attribute status.

Returns:

  • ("Deleting", "Failed", "InService", "Pending", "Updating", "Update_Failed", "Delete_Failed")


5357
5358
5359
# File 'sig/types.rbs', line 5357

def status
  @status
end

#user_profile_arn::String

Returns the value of attribute user_profile_arn.

Returns:

  • (::String)


5354
5355
5356
# File 'sig/types.rbs', line 5354

def 
  @user_profile_arn
end

#user_profile_name::String

Returns the value of attribute user_profile_name.

Returns:

  • (::String)


5355
5356
5357
# File 'sig/types.rbs', line 5355

def 
  @user_profile_name
end

#user_settingsTypes::UserSettings

Returns the value of attribute user_settings.

Returns:



5363
5364
5365
# File 'sig/types.rbs', line 5363

def 
  @user_settings
end