Class: Aws::Types::GetTimeSeriesDataPointOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_id::String

Returns the value of attribute domain_id.

Returns:

  • (::String)


3327
3328
3329
# File 'sig/types.rbs', line 3327

def domain_id
  @domain_id
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


3328
3329
3330
# File 'sig/types.rbs', line 3328

def entity_id
  @entity_id
end

#entity_type"ASSET", "LISTING"

Returns the value of attribute entity_type.

Returns:

  • ("ASSET", "LISTING")


3329
3330
3331
# File 'sig/types.rbs', line 3329

def entity_type
  @entity_type
end

#formTypes::TimeSeriesDataPointFormOutput

Returns the value of attribute form.



3331
3332
3333
# File 'sig/types.rbs', line 3331

def form
  @form
end

#form_name::String

Returns the value of attribute form_name.

Returns:

  • (::String)


3330
3331
3332
# File 'sig/types.rbs', line 3330

def form_name
  @form_name
end