Class: Aws::Types::TimeSeriesDataPointFormOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


6313
6314
6315
# File 'sig/types.rbs', line 6313

def content
  @content
end

#form_name::String

Returns the value of attribute form_name.

Returns:

  • (::String)


6309
6310
6311
# File 'sig/types.rbs', line 6309

def form_name
  @form_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6314
6315
6316
# File 'sig/types.rbs', line 6314

def id
  @id
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


6312
6313
6314
# File 'sig/types.rbs', line 6312

def timestamp
  @timestamp
end

#type_identifier::String

Returns the value of attribute type_identifier.

Returns:

  • (::String)


6310
6311
6312
# File 'sig/types.rbs', line 6310

def type_identifier
  @type_identifier
end

#type_revision::String

Returns the value of attribute type_revision.

Returns:

  • (::String)


6311
6312
6313
# File 'sig/types.rbs', line 6311

def type_revision
  @type_revision
end