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)


2493
2494
2495
2496
2497
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2493

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