Class: Aws::DataExchange::Types::OriginDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::OriginDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Details about the origin of the data set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_grant_id ⇒ String
The ID of the data grant.
-
#product_id ⇒ String
The product ID of the origin of the data set.
Instance Attribute Details
#data_grant_id ⇒ String
The ID of the data grant.
3041 3042 3043 3044 3045 3046 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3041 class OriginDetails < Struct.new( :product_id, :data_grant_id) SENSITIVE = [] include Aws::Structure end |
#product_id ⇒ String
The product ID of the origin of the data set.
3041 3042 3043 3044 3045 3046 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 3041 class OriginDetails < Struct.new( :product_id, :data_grant_id) SENSITIVE = [] include Aws::Structure end |