Class: Aws::IoTAnalytics::Types::GetDatasetContentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::GetDatasetContentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_name ⇒ String
The name of the dataset whose contents are retrieved.
-
#version_id ⇒ String
The version of the dataset whose contents are retrieved.
Instance Attribute Details
#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 |
#version_id ⇒ String
The version of the dataset whose contents are retrieved. You can also use the strings “$LATEST” or “$LATEST_SUCCEEDED” to retrieve the contents of the latest or latest successfully completed dataset. If not specified, “$LATEST_SUCCEEDED” is the default.
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 |