Class: Aws::DataZone::Types::PostTimeSeriesDataPointsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


8406
8407
8408
8409
8410
8411
8412
8413
8414
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8406

class PostTimeSeriesDataPointsInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end

#domain_identifierString

The ID of the Amazon DataZone domain in which you want to post time series data points.

Returns:

  • (String)


8406
8407
8408
8409
8410
8411
8412
8413
8414
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8406

class PostTimeSeriesDataPointsInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end

#entity_identifierString

The ID of the asset for which you want to post time series data points.

Returns:

  • (String)


8406
8407
8408
8409
8410
8411
8412
8413
8414
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8406

class PostTimeSeriesDataPointsInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

The type of the asset for which you want to post data points.

Returns:

  • (String)


8406
8407
8408
8409
8410
8411
8412
8413
8414
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8406

class PostTimeSeriesDataPointsInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end

#formsArray<Types::TimeSeriesDataPointFormInput>

The forms that contain the data points that you want to post.



8406
8407
8408
8409
8410
8411
8412
8413
8414
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8406

class PostTimeSeriesDataPointsInput < Struct.new(
  :client_token,
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :forms)
  SENSITIVE = []
  include Aws::Structure
end