Class: Aws::Types::DomainIspPlacement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inbox_percentage::Float

Returns the value of attribute inbox_percentage.

Returns:

  • (::Float)


607
608
609
# File 'sig/types.rbs', line 607

def inbox_percentage
  @inbox_percentage
end

#inbox_raw_count::Integer

Returns the value of attribute inbox_raw_count.

Returns:

  • (::Integer)


605
606
607
# File 'sig/types.rbs', line 605

def inbox_raw_count
  @inbox_raw_count
end

#isp_name::String

Returns the value of attribute isp_name.

Returns:

  • (::String)


604
605
606
# File 'sig/types.rbs', line 604

def isp_name
  @isp_name
end

#spam_percentage::Float

Returns the value of attribute spam_percentage.

Returns:

  • (::Float)


608
609
610
# File 'sig/types.rbs', line 608

def spam_percentage
  @spam_percentage
end

#spam_raw_count::Integer

Returns the value of attribute spam_raw_count.

Returns:

  • (::Integer)


606
607
608
# File 'sig/types.rbs', line 606

def spam_raw_count
  @spam_raw_count
end