Class: Aws::Types::DataPointEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def category
  @category
end

#date::Time

Returns the value of attribute date.

Returns:

  • (::Time)


326
327
328
# File 'sig/types.rbs', line 326

def date
  @date
end

#group_by_value::String

Returns the value of attribute group_by_value.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def group_by_value
  @group_by_value
end

#intent::String

Returns the value of attribute intent.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def intent
  @intent
end

#monetize_served_count::Integer

Returns the value of attribute monetize_served_count.

Returns:

  • (::Integer)


327
328
329
# File 'sig/types.rbs', line 327

def monetize_served_count
  @monetize_served_count
end

#settled_count::Integer

Returns the value of attribute settled_count.

Returns:

  • (::Integer)


328
329
330
# File 'sig/types.rbs', line 328

def settled_count
  @settled_count
end

#total_amount::String

Returns the value of attribute total_amount.

Returns:

  • (::String)


329
330
331
# File 'sig/types.rbs', line 329

def total_amount
  @total_amount
end