Class: Aws::Types::SendDataPoint

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bounces::Integer

Returns the value of attribute bounces.

Returns:

  • (::Integer)


870
871
872
# File 'sig/types.rbs', line 870

def bounces
  @bounces
end

#complaints::Integer

Returns the value of attribute complaints.

Returns:

  • (::Integer)


871
872
873
# File 'sig/types.rbs', line 871

def complaints
  @complaints
end

#delivery_attempts::Integer

Returns the value of attribute delivery_attempts.

Returns:

  • (::Integer)


869
870
871
# File 'sig/types.rbs', line 869

def delivery_attempts
  @delivery_attempts
end

#rejects::Integer

Returns the value of attribute rejects.

Returns:

  • (::Integer)


872
873
874
# File 'sig/types.rbs', line 872

def rejects
  @rejects
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


868
869
870
# File 'sig/types.rbs', line 868

def timestamp
  @timestamp
end