Class: Aws::Types::TimeSeriesDataPointFormInput

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)


6304
6305
6306
# File 'sig/types.rbs', line 6304

def content
  @content
end

#form_name::String

Returns the value of attribute form_name.

Returns:

  • (::String)


6300
6301
6302
# File 'sig/types.rbs', line 6300

def form_name
  @form_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


6303
6304
6305
# File 'sig/types.rbs', line 6303

def timestamp
  @timestamp
end

#type_identifier::String

Returns the value of attribute type_identifier.

Returns:

  • (::String)


6301
6302
6303
# File 'sig/types.rbs', line 6301

def type_identifier
  @type_identifier
end

#type_revision::String

Returns the value of attribute type_revision.

Returns:

  • (::String)


6302
6303
6304
# File 'sig/types.rbs', line 6302

def type_revision
  @type_revision
end