Class: Aws::Types::ListIdentityResolutionJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_resolution_jobs_list::Array[Types::IdentityResolutionJob]

Returns the value of attribute identity_resolution_jobs_list.

Returns:



1789
1790
1791
# File 'sig/types.rbs', line 1789

def identity_resolution_jobs_list
  @identity_resolution_jobs_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def next_token
  @next_token
end