Class: Aws::Types::LookupDeveloperIdentityResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#developer_user_identifier_list::Array[::String]

Returns the value of attribute developer_user_identifier_list.

Returns:



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.

Returns:



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.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def next_token
  @next_token
end