Class: Aws::Types::DescribeUserProfileResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.



5378
5379
5380
# File 'sig/types.rbs', line 5378

def creation_time
  @creation_time
end

#domain_id::String

Returns the value of attribute domain_id.



5372
5373
5374
# File 'sig/types.rbs', line 5372

def domain_id
  @domain_id
end

#failure_reason::String

Returns the value of attribute failure_reason.



5379
5380
5381
# File 'sig/types.rbs', line 5379

def failure_reason
  @failure_reason
end

#home_efs_file_system_uid::String

Returns the value of attribute home_efs_file_system_uid.



5375
5376
5377
# File 'sig/types.rbs', line 5375

def home_efs_file_system_uid
  @home_efs_file_system_uid
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.



5377
5378
5379
# File 'sig/types.rbs', line 5377

def last_modified_time
  @last_modified_time
end

#single_sign_on_user_identifier::String

Returns the value of attribute single_sign_on_user_identifier.



5380
5381
5382
# File 'sig/types.rbs', line 5380

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.



5381
5382
5383
# File 'sig/types.rbs', line 5381

def single_sign_on_user_value
  @single_sign_on_user_value
end

#status"Deleting", ...

Returns the value of attribute status.



5376
5377
5378
# File 'sig/types.rbs', line 5376

def status
  @status
end

#user_profile_arn::String

Returns the value of attribute user_profile_arn.



5373
5374
5375
# File 'sig/types.rbs', line 5373

def 
  @user_profile_arn
end

#user_profile_name::String

Returns the value of attribute user_profile_name.



5374
5375
5376
# File 'sig/types.rbs', line 5374

def 
  @user_profile_name
end

#user_settingsTypes::UserSettings

Returns the value of attribute user_settings.



5382
5383
5384
# File 'sig/types.rbs', line 5382

def 
  @user_settings
end