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.
12567 12568 12569 |
# File 'sig/types.rbs', line 12567 def creation_time @creation_time end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
12564 12565 12566 |
# File 'sig/types.rbs', line 12564 def domain_id @domain_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
12568 12569 12570 |
# File 'sig/types.rbs', line 12568 def last_modified_time @last_modified_time end |
#status ⇒ "Deleting", ...
Returns the value of attribute status.
12566 12567 12568 |
# File 'sig/types.rbs', line 12566 def status @status end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
12565 12566 12567 |
# File 'sig/types.rbs', line 12565 def user_profile_name @user_profile_name end |