Class: Aws::Types::UserProfileDetails
- Inherits:
-
Object
- Object
- Aws::Types::UserProfileDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#status ⇒ "Deleting", ...
Returns the value of attribute status.
-
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
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.
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.
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.
12600 12601 12602 |
# File 'sig/types.rbs', line 12600 def user_profile_name @user_profile_name end |