Class: Aws::EntityResolution::Types::IdNamespaceInputSource

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

Overview

An object containing inputSourceARN and schemaName.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_source_arnString

An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1740

class IdNamespaceInputSource < Struct.new(
  :input_source_arn,
  :schema_name)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of the schema.

Returns:

  • (String)


1740
1741
1742
1743
1744
1745
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1740

class IdNamespaceInputSource < Struct.new(
  :input_source_arn,
  :schema_name)
  SENSITIVE = []
  include Aws::Structure
end