Class: Aws::DataExchange::Types::OriginDetails

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

Overview

Details about the origin of the data set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#product_idString

The product ID of the origin of the data set.

Returns:

  • (String)


2420
2421
2422
2423
2424
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2420

class OriginDetails < Struct.new(
  :product_id)
  SENSITIVE = []
  include Aws::Structure
end