Class: Aws::EntityResolution::Types::ListSchemaMappingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ListSchemaMappingsOutput
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token from the previous API call.
-
#schema_list ⇒ Array<Types::SchemaMappingSummary>
A list of
SchemaMappingSummary
objects, each of which contain the fieldsSchemaName
,SchemaArn
,CreatedAt
,UpdatedAt
.
Instance Attribute Details
#next_token ⇒ String
The pagination token from the previous API call.
2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2206 class ListSchemaMappingsOutput < Struct.new( :schema_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#schema_list ⇒ Array<Types::SchemaMappingSummary>
A list of SchemaMappingSummary
objects, each of which contain the
fields SchemaName
, SchemaArn
, CreatedAt
, UpdatedAt
.
2206 2207 2208 2209 2210 2211 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2206 class ListSchemaMappingsOutput < Struct.new( :schema_list, :next_token) SENSITIVE = [] include Aws::Structure end |