Class: Aws::IoTAnalytics::Types::CreateDatasetContentResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotanalytics/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#version_idString

The version ID of the dataset contents that are being created.

Returns:

  • (String)


461
462
463
464
465
# File 'lib/aws-sdk-iotanalytics/types.rb', line 461

class CreateDatasetContentResponse < Struct.new(
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end