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)


220
221
222
# File 'sig/types.rbs', line 220

def inbox_percentage
  @inbox_percentage
end

#inbox_raw_count::Integer

Returns the value of attribute inbox_raw_count.

Returns:

  • (::Integer)


218
219
220
# File 'sig/types.rbs', line 218

def inbox_raw_count
  @inbox_raw_count
end

#isp_name::String

Returns the value of attribute isp_name.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def isp_name
  @isp_name
end

#spam_percentage::Float

Returns the value of attribute spam_percentage.

Returns:

  • (::Float)


221
222
223
# File 'sig/types.rbs', line 221

def spam_percentage
  @spam_percentage
end

#spam_raw_count::Integer

Returns the value of attribute spam_raw_count.

Returns:

  • (::Integer)


219
220
221
# File 'sig/types.rbs', line 219

def spam_raw_count
  @spam_raw_count
end