Class: Aws::Types::UserProfileDetails

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)


12602
12603
12604
# File 'sig/types.rbs', line 12602

def creation_time
  @creation_time
end

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


12599
12600
12601
# File 'sig/types.rbs', line 12599

def domain_id
  @domain_id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


12603
12604
12605
# File 'sig/types.rbs', line 12603

def last_modified_time
  @last_modified_time
end

#status"Deleting", ...

Returns the value of attribute status.

Returns:

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


12601
12602
12603
# File 'sig/types.rbs', line 12601

def status
  @status
end

#user_profile_name::String

Returns the value of attribute user_profile_name.

Returns:

  • (::String)


12600
12601
12602
# File 'sig/types.rbs', line 12600

def 
  @user_profile_name
end