Class: Aws::DataZone::Types::GetTimeSeriesDataPointInput

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

#domain_identifierString

The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.

Returns:

  • (String)


6301
6302
6303
6304
6305
6306
6307
6308
6309
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6301

class GetTimeSeriesDataPointInput < Struct.new(
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :form_name,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#entity_identifierString

The ID of the asset for which you want to get the data point.

Returns:

  • (String)


6301
6302
6303
6304
6305
6306
6307
6308
6309
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6301

class GetTimeSeriesDataPointInput < Struct.new(
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :form_name,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

The type of the asset for which you want to get the data point.

Returns:

  • (String)


6301
6302
6303
6304
6305
6306
6307
6308
6309
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6301

class GetTimeSeriesDataPointInput < Struct.new(
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :form_name,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#form_nameString

The name of the time series form that houses the data point that you want to get.

Returns:

  • (String)


6301
6302
6303
6304
6305
6306
6307
6308
6309
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6301

class GetTimeSeriesDataPointInput < Struct.new(
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :form_name,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the data point that you want to get.

Returns:

  • (String)


6301
6302
6303
6304
6305
6306
6307
6308
6309
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6301

class GetTimeSeriesDataPointInput < Struct.new(
  :domain_identifier,
  :entity_identifier,
  :entity_type,
  :form_name,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end