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.
12542 12543 12544 |
# File 'sig/types.rbs', line 12542 def creation_time @creation_time end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
12539 12540 12541 |
# File 'sig/types.rbs', line 12539 def domain_id @domain_id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
12543 12544 12545 |
# File 'sig/types.rbs', line 12543 def last_modified_time @last_modified_time end |
#status ⇒ "Deleting", ...
Returns the value of attribute status.
12541 12542 12543 |
# File 'sig/types.rbs', line 12541 def status @status end |
#user_profile_name ⇒ ::String
Returns the value of attribute user_profile_name.
12540 12541 12542 |
# File 'sig/types.rbs', line 12540 def user_profile_name @user_profile_name end |