Class: Aws::IoTAnalytics::Types::GetDatasetContentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::GetDatasetContentResponse
- Defined in:
- gems/aws-sdk-iotanalytics/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 data set content.
-
#timestamp ⇒ Time
The time when the request was made.
Instance Attribute Details
#entries ⇒ Array<Types::DatasetEntry>
A list of DatasetEntry
objects.
2316 2317 2318 2319 2320 2321 2322 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2316 class GetDatasetContentResponse < Struct.new( :entries, :timestamp, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::DatasetContentStatus
The status of the data set content.
2316 2317 2318 2319 2320 2321 2322 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2316 class GetDatasetContentResponse < Struct.new( :entries, :timestamp, :status) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The time when the request was made.
2316 2317 2318 2319 2320 2321 2322 |
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2316 class GetDatasetContentResponse < Struct.new( :entries, :timestamp, :status) SENSITIVE = [] include Aws::Structure end |