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.
9660 9661 9662 9663 9664 9665 9666 9667 9668 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9660 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.
9660 9661 9662 9663 9664 9665 9666 9667 9668 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9660 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.
9660 9661 9662 9663 9664 9665 9666 9667 9668 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9660 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.
9660 9661 9662 9663 9664 9665 9666 9667 9668 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9660 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.
9660 9661 9662 9663 9664 9665 9666 9667 9668 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9660 class GetCaptureDataResponse < Struct.new( :data, :start_time, :end_time, :data_type, :next_token) SENSITIVE = [] include Aws::Structure end |