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.
12550 12551 12552 |
# File 'sig/types.rbs', line 12550 def creation_time @creation_time end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
12547 12548 12549 |
# File 'sig/types.rbs', line 12547 def domain_id @domain_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
12551 12552 12553 |
# File 'sig/types.rbs', line 12551 def last_modified_time @last_modified_time end |
#status ⇒ "Deleting", ...
Returns the value of attribute status.
12549 12550 12551 |
# File 'sig/types.rbs', line 12549 def status @status end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
12548 12549 12550 |
# File 'sig/types.rbs', line 12548 def user_profile_name @user_profile_name end |