Class: Aws::Types::GetUserIdRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUserIdRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alternate_identifier ⇒ Types::AlternateIdentifier
Returns the value of attribute alternate_identifier.
-
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
Instance Attribute Details
#alternate_identifier ⇒ Types::AlternateIdentifier
Returns the value of attribute alternate_identifier.
259 260 261 |
# File 'sig/types.rbs', line 259 def alternate_identifier @alternate_identifier end |
#identity_store_id ⇒ ::String
Returns the value of attribute identity_store_id.
258 259 260 |
# File 'sig/types.rbs', line 258 def identity_store_id @identity_store_id end |