Method: Aws::IoTAnalytics::Types::GetDatasetContentRequest#dataset_name
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
#dataset_name ⇒ String
The name of the dataset whose contents are retrieved.
1770 1771 1772 1773 1774 1775 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1770 class GetDatasetContentRequest < Struct.new( :dataset_name, :version_id) SENSITIVE = [] include Aws::Structure end |