Class: Aws::Types::PostTimeSeriesDataPointsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


4919
4920
4921
# File 'sig/types.rbs', line 4919

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4915
4916
4917
# File 'sig/types.rbs', line 4915

def domain_identifier
  @domain_identifier
end

#entity_identifier::String

Returns the value of attribute entity_identifier.

Returns:

  • (::String)


4916
4917
4918
# File 'sig/types.rbs', line 4916

def entity_identifier
  @entity_identifier
end

#entity_type"ASSET", "LISTING"

Returns the value of attribute entity_type.

Returns:

  • ("ASSET", "LISTING")


4917
4918
4919
# File 'sig/types.rbs', line 4917

def entity_type
  @entity_type
end

#forms::Array[Types::TimeSeriesDataPointFormInput]

Returns the value of attribute forms.



4918
4919
4920
# File 'sig/types.rbs', line 4918

def forms
  @forms
end