Class: Aws::IoTSiteWise::Types::GetCaptureDataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::GetCaptureDataResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Overview
Response containing the video data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ String
The binary video data.
-
#data_type ⇒ String
The type of the returned data.
-
#end_time ⇒ Types::TimeInNanos
The actual end time of the returned data.
-
#next_token ⇒ String
The token used to retrieve the next chunk.
-
#start_time ⇒ Types::TimeInNanos
The actual start time of the returned data.
Instance Attribute Details
#data ⇒ String
The binary video data.
9614 9615 9616 9617 9618 9619 9620 9621 9622 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9614 class GetCaptureDataResponse < Struct.new( :data, :start_time, :end_time, :data_type, :next_token) SENSITIVE = [] include Aws::Structure end |
#data_type ⇒ String
The type of the returned data.
9614 9615 9616 9617 9618 9619 9620 9621 9622 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9614 class GetCaptureDataResponse < Struct.new( :data, :start_time, :end_time, :data_type, :next_token) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Types::TimeInNanos
The actual end time of the returned data.
9614 9615 9616 9617 9618 9619 9620 9621 9622 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9614 class GetCaptureDataResponse < Struct.new( :data, :start_time, :end_time, :data_type, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token used to retrieve the next chunk. Absent if no more data is available.
9614 9615 9616 9617 9618 9619 9620 9621 9622 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9614 class GetCaptureDataResponse < Struct.new( :data, :start_time, :end_time, :data_type, :next_token) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Types::TimeInNanos
The actual start time of the returned data.
9614 9615 9616 9617 9618 9619 9620 9621 9622 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9614 class GetCaptureDataResponse < Struct.new( :data, :start_time, :end_time, :data_type, :next_token) SENSITIVE = [] include Aws::Structure end |