Class: Aws::Types::SendDataPoint
- Inherits:
-
Object
- Object
- Aws::Types::SendDataPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bounces ⇒ ::Integer
Returns the value of attribute bounces.
-
#complaints ⇒ ::Integer
Returns the value of attribute complaints.
-
#delivery_attempts ⇒ ::Integer
Returns the value of attribute delivery_attempts.
-
#rejects ⇒ ::Integer
Returns the value of attribute rejects.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#bounces ⇒ ::Integer
Returns the value of attribute bounces.
870 871 872 |
# File 'sig/types.rbs', line 870 def bounces @bounces end |
#complaints ⇒ ::Integer
Returns the value of attribute complaints.
871 872 873 |
# File 'sig/types.rbs', line 871 def complaints @complaints end |
#delivery_attempts ⇒ ::Integer
Returns the value of attribute delivery_attempts.
869 870 871 |
# File 'sig/types.rbs', line 869 def delivery_attempts @delivery_attempts end |
#rejects ⇒ ::Integer
Returns the value of attribute rejects.
872 873 874 |
# File 'sig/types.rbs', line 872 def rejects @rejects end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
868 869 870 |
# File 'sig/types.rbs', line 868 def @timestamp end |