Class: Aws::IoTSiteWise::Types::GetCaptureDataResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dataString

The binary video data.

Returns:

  • (String)


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_typeString

The type of the returned data.

Returns:

  • (String)


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_timeTypes::TimeInNanos

The actual end time of the returned data.

Returns:



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_tokenString

The token used to retrieve the next chunk. Absent if no more data is available.

Returns:

  • (String)


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_timeTypes::TimeInNanos

The actual start time of the returned data.

Returns:



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