Class: Aws::EntityResolution::Types::ProviderMarketplaceConfiguration

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

Overview

The identifiers of the provider service, from Data Exchange.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The asset ID on Data Exchange.

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2266

class ProviderMarketplaceConfiguration < Struct.new(
  :asset_id,
  :data_set_id,
  :listing_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_idString

The dataset ID on Data Exchange.

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2266

class ProviderMarketplaceConfiguration < Struct.new(
  :asset_id,
  :data_set_id,
  :listing_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#listing_idString

The listing ID on Data Exchange.

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2266

class ProviderMarketplaceConfiguration < Struct.new(
  :asset_id,
  :data_set_id,
  :listing_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end

#revision_idString

The revision ID on Data Exchange.

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2266

class ProviderMarketplaceConfiguration < Struct.new(
  :asset_id,
  :data_set_id,
  :listing_id,
  :revision_id)
  SENSITIVE = []
  include Aws::Structure
end