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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_grant_idString

The ID of the data grant.

Returns:

  • (String)


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_idString

The product ID of the origin of the data set.

Returns:

  • (String)


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