Class: Aws::Types::DataPointEntry
- Inherits:
-
Object
- Object
- Aws::Types::DataPointEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#date ⇒ ::Time
Returns the value of attribute date.
-
#group_by_value ⇒ ::String
Returns the value of attribute group_by_value.
-
#intent ⇒ ::String
Returns the value of attribute intent.
-
#monetize_served_count ⇒ ::Integer
Returns the value of attribute monetize_served_count.
-
#settled_count ⇒ ::Integer
Returns the value of attribute settled_count.
-
#total_amount ⇒ ::String
Returns the value of attribute total_amount.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
330 331 332 |
# File 'sig/types.rbs', line 330 def category @category end |
#date ⇒ ::Time
Returns the value of attribute date.
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.
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.
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.
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.
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.
329 330 331 |
# File 'sig/types.rbs', line 329 def total_amount @total_amount end |