Class: Aws::Honeycode::Types::DataItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb

Overview

The data in a particular data cell defined on the screen.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#formatted_valueString

The formatted value of the data. e.g. John Smith.

Returns:

  • (String)


549
550
551
552
553
554
555
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 549

class DataItem < Struct.new(
  :override_format,
  :raw_value,
  :formatted_value)
  SENSITIVE = []
  include Aws::Structure
end

#override_formatString

The overrideFormat is optional and is specified only if a particular row of data has a different format for the data than the default format defined on the screen or the table.

Returns:

  • (String)


549
550
551
552
553
554
555
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 549

class DataItem < Struct.new(
  :override_format,
  :raw_value,
  :formatted_value)
  SENSITIVE = []
  include Aws::Structure
end

#raw_valueString

The raw value of the data. e.g. jsmith@example.com

Returns:

  • (String)


549
550
551
552
553
554
555
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 549

class DataItem < Struct.new(
  :override_format,
  :raw_value,
  :formatted_value)
  SENSITIVE = []
  include Aws::Structure
end