Class: Aws::Types::PostTimeSeriesDataPointsOutput

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)


4924
4925
4926
# File 'sig/types.rbs', line 4924

def domain_id
  @domain_id
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


4925
4926
4927
# File 'sig/types.rbs', line 4925

def entity_id
  @entity_id
end

#entity_type"ASSET", "LISTING"

Returns the value of attribute entity_type.

Returns:

  • ("ASSET", "LISTING")


4926
4927
4928
# File 'sig/types.rbs', line 4926

def entity_type
  @entity_type
end

#forms::Array[Types::TimeSeriesDataPointFormOutput]

Returns the value of attribute forms.



4927
4928
4929
# File 'sig/types.rbs', line 4927

def forms
  @forms
end