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)


10156
10157
10158
10159
10160
10161
10162
10163
10164
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10156

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)


10156
10157
10158
10159
10160
10161
10162
10163
10164
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10156

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)


10156
10157
10158
10159
10160
10161
10162
10163
10164
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10156

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)


10156
10157
10158
10159
10160
10161
10162
10163
10164
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10156

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)


10156
10157
10158
10159
10160
10161
10162
10163
10164
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10156

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