Class: Aws::DataExchange::Types::GetDataSetRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_idString

The unique identifier for a data set.

Returns:

  • (String)


1700
1701
1702
1703
1704
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1700

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