Class: Aws::Types::IdentityCenterPrincipal
- Inherits:
-
Object
- Object
- Aws::Types::IdentityCenterPrincipal
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: GroupId, Unknown, UserId
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_id ⇒ ::String
Returns the value of attribute group_id.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#group_id ⇒ ::String
Returns the value of attribute group_id.
167 168 169 |
# File 'sig/types.rbs', line 167 def group_id @group_id end |
#unknown ⇒ Object
Returns the value of attribute unknown.
168 169 170 |
# File 'sig/types.rbs', line 168 def unknown @unknown end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
166 167 168 |
# File 'sig/types.rbs', line 166 def user_id @user_id end |