Class: Aws::Types::LookupDeveloperIdentityResponse
- Inherits:
-
Object
- Object
- Aws::Types::LookupDeveloperIdentityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#developer_user_identifier_list ⇒ ::Array[::String]
Returns the value of attribute developer_user_identifier_list.
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#developer_user_identifier_list ⇒ ::Array[::String]
Returns the value of attribute developer_user_identifier_list.
253 254 255 |
# File 'sig/types.rbs', line 253 def developer_user_identifier_list @developer_user_identifier_list end |
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
252 253 254 |
# File 'sig/types.rbs', line 252 def identity_id @identity_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
254 255 256 |
# File 'sig/types.rbs', line 254 def next_token @next_token end |