Class: Aws::IoTAnalytics::Types::GetDatasetContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::GetDatasetContentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entries ⇒ Array<Types::DatasetEntry>
A list of ‘DatasetEntry` objects.
-
#status ⇒ Types::DatasetContentStatus
The status of the dataset content.
-
#timestamp ⇒ Time
The time when the request was made.
Instance Attribute Details
#entries ⇒ Array<Types::DatasetEntry>
A list of ‘DatasetEntry` objects.
1789 1790 1791 1792 1793 1794 1795 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1789 class GetDatasetContentResponse < Struct.new( :entries, :timestamp, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::DatasetContentStatus
The status of the dataset content.
1789 1790 1791 1792 1793 1794 1795 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1789 class GetDatasetContentResponse < Struct.new( :entries, :timestamp, :status) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The time when the request was made.
1789 1790 1791 1792 1793 1794 1795 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1789 class GetDatasetContentResponse < Struct.new( :entries, :timestamp, :status) SENSITIVE = [] include Aws::Structure end |