Class: Aws::Types::TimeSeriesDataPointSummaryFormOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_summary::String

Returns the value of attribute content_summary.

Returns:

  • (::String)


6323
6324
6325
# File 'sig/types.rbs', line 6323

def content_summary
  @content_summary
end

#form_name::String

Returns the value of attribute form_name.

Returns:

  • (::String)


6319
6320
6321
# File 'sig/types.rbs', line 6319

def form_name
  @form_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


6324
6325
6326
# File 'sig/types.rbs', line 6324

def id
  @id
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


6322
6323
6324
# File 'sig/types.rbs', line 6322

def timestamp
  @timestamp
end

#type_identifier::String

Returns the value of attribute type_identifier.

Returns:

  • (::String)


6320
6321
6322
# File 'sig/types.rbs', line 6320

def type_identifier
  @type_identifier
end

#type_revision::String

Returns the value of attribute type_revision.

Returns:

  • (::String)


6321
6322
6323
# File 'sig/types.rbs', line 6321

def type_revision
  @type_revision
end