Class: Aws::Types::ReputationEntity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_ses_managed_statusTypes::StatusRecord

Returns the value of attribute aws_ses_managed_status.

Returns:



1747
1748
1749
# File 'sig/types.rbs', line 1747

def aws_ses_managed_status
  @aws_ses_managed_status
end

#customer_managed_statusTypes::StatusRecord

Returns the value of attribute customer_managed_status.

Returns:



1746
1747
1748
# File 'sig/types.rbs', line 1746

def customer_managed_status
  @customer_managed_status
end

#reputation_entity_reference::String

Returns the value of attribute reputation_entity_reference.

Returns:

  • (::String)


1743
1744
1745
# File 'sig/types.rbs', line 1743

def reputation_entity_reference
  @reputation_entity_reference
end

#reputation_entity_type"RESOURCE"

Returns the value of attribute reputation_entity_type.

Returns:

  • ("RESOURCE")


1744
1745
1746
# File 'sig/types.rbs', line 1744

def reputation_entity_type
  @reputation_entity_type
end

#reputation_impact"LOW", "HIGH"

Returns the value of attribute reputation_impact.

Returns:

  • ("LOW", "HIGH")


1749
1750
1751
# File 'sig/types.rbs', line 1749

def reputation_impact
  @reputation_impact
end

#reputation_management_policy::String

Returns the value of attribute reputation_management_policy.

Returns:

  • (::String)


1745
1746
1747
# File 'sig/types.rbs', line 1745

def reputation_management_policy
  @reputation_management_policy
end

#sending_status_aggregate"ENABLED", ...

Returns the value of attribute sending_status_aggregate.

Returns:

  • ("ENABLED", "REINSTATED", "DISABLED")


1748
1749
1750
# File 'sig/types.rbs', line 1748

def sending_status_aggregate
  @sending_status_aggregate
end