Class: Aws::EntityResolution::Types::ListSchemaMappingsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token from the previous API call.

Returns:

  • (String)


2008
2009
2010
2011
2012
2013
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2008

class ListSchemaMappingsOutput < Struct.new(
  :next_token,
  :schema_list)
  SENSITIVE = []
  include Aws::Structure
end

#schema_listArray<Types::SchemaMappingSummary>

A list of SchemaMappingSummary objects, each of which contain the fields SchemaName, SchemaArn, CreatedAt, UpdatedAt.

Returns:



2008
2009
2010
2011
2012
2013
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2008

class ListSchemaMappingsOutput < Struct.new(
  :next_token,
  :schema_list)
  SENSITIVE = []
  include Aws::Structure
end