Class: Aws::Types::PlacementStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dkim_percentage::Float

Returns the value of attribute dkim_percentage.

Returns:

  • (::Float)


1527
1528
1529
# File 'sig/types.rbs', line 1527

def dkim_percentage
  @dkim_percentage
end

#inbox_percentage::Float

Returns the value of attribute inbox_percentage.

Returns:

  • (::Float)


1523
1524
1525
# File 'sig/types.rbs', line 1523

def inbox_percentage
  @inbox_percentage
end

#missing_percentage::Float

Returns the value of attribute missing_percentage.

Returns:

  • (::Float)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def missing_percentage
  @missing_percentage
end

#spam_percentage::Float

Returns the value of attribute spam_percentage.

Returns:

  • (::Float)


1524
1525
1526
# File 'sig/types.rbs', line 1524

def spam_percentage
  @spam_percentage
end

#spf_percentage::Float

Returns the value of attribute spf_percentage.

Returns:

  • (::Float)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def spf_percentage
  @spf_percentage
end