Class: Aws::Types::IamUserProfileDetails
- Inherits:
-
Object
- Object
- Aws::Types::IamUserProfileDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#group_profile_id ⇒ ::String
Returns the value of attribute group_profile_id.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#session_name ⇒ ::String
Returns the value of attribute session_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3615 3616 3617 |
# File 'sig/types.rbs', line 3615 def arn @arn end |
#group_profile_id ⇒ ::String
Returns the value of attribute group_profile_id.
3618 3619 3620 |
# File 'sig/types.rbs', line 3618 def group_profile_id @group_profile_id end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
3616 3617 3618 |
# File 'sig/types.rbs', line 3616 def principal_id @principal_id end |
#session_name ⇒ ::String
Returns the value of attribute session_name.
3617 3618 3619 |
# File 'sig/types.rbs', line 3617 def session_name @session_name end |