Class: Aws::EntityResolution::Types::ProviderMarketplaceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ProviderMarketplaceConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
The identifiers of the provider service, from Data Exchange.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_id ⇒ String
The asset ID on Data Exchange.
-
#data_set_id ⇒ String
The dataset ID on Data Exchange.
-
#listing_id ⇒ String
The listing ID on Data Exchange.
-
#revision_id ⇒ String
The revision ID on Data Exchange.
Instance Attribute Details
#asset_id ⇒ String
The asset ID on Data Exchange.
2423 2424 2425 2426 2427 2428 2429 2430 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2423 class ProviderMarketplaceConfiguration < Struct.new( :asset_id, :data_set_id, :listing_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The dataset ID on Data Exchange.
2423 2424 2425 2426 2427 2428 2429 2430 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2423 class ProviderMarketplaceConfiguration < Struct.new( :asset_id, :data_set_id, :listing_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#listing_id ⇒ String
The listing ID on Data Exchange.
2423 2424 2425 2426 2427 2428 2429 2430 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2423 class ProviderMarketplaceConfiguration < Struct.new( :asset_id, :data_set_id, :listing_id, :revision_id) SENSITIVE = [] include Aws::Structure end |
#revision_id ⇒ String
The revision ID on Data Exchange.
2423 2424 2425 2426 2427 2428 2429 2430 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2423 class ProviderMarketplaceConfiguration < Struct.new( :asset_id, :data_set_id, :listing_id, :revision_id) SENSITIVE = [] include Aws::Structure end |