Class: Aws::DataZone::Types::GetTimeSeriesDataPointOutput

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_idString

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

Returns:

  • (String)


8365
8366
8367
8368
8369
8370
8371
8372
8373
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8365

class GetTimeSeriesDataPointOutput < Struct.new(
  :domain_id,
  :entity_id,
  :entity_type,
  :form,
  :form_name)
  SENSITIVE = []
  include Aws::Structure
end

#entity_idString

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

Returns:

  • (String)


8365
8366
8367
8368
8369
8370
8371
8372
8373
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8365

class GetTimeSeriesDataPointOutput < Struct.new(
  :domain_id,
  :entity_id,
  :entity_type,
  :form,
  :form_name)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

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

Returns:

  • (String)


8365
8366
8367
8368
8369
8370
8371
8372
8373
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8365

class GetTimeSeriesDataPointOutput < Struct.new(
  :domain_id,
  :entity_id,
  :entity_type,
  :form,
  :form_name)
  SENSITIVE = []
  include Aws::Structure
end

#formTypes::TimeSeriesDataPointFormOutput

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



8365
8366
8367
8368
8369
8370
8371
8372
8373
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8365

class GetTimeSeriesDataPointOutput < Struct.new(
  :domain_id,
  :entity_id,
  :entity_type,
  :form,
  :form_name)
  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)


8365
8366
8367
8368
8369
8370
8371
8372
8373
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8365

class GetTimeSeriesDataPointOutput < Struct.new(
  :domain_id,
  :entity_id,
  :entity_type,
  :form,
  :form_name)
  SENSITIVE = []
  include Aws::Structure
end