Class: Aws::DataExchange::Types::OriginDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::OriginDetails
- 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
-
#product_id ⇒ String
The product ID of the origin of the data set.
Instance Attribute Details
#product_id ⇒ String
The product ID of the origin of the data set.
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 |