Class: Aws::Types::ReputationEntity
- Inherits:
-
Object
- Object
- Aws::Types::ReputationEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_ses_managed_status ⇒ Types::StatusRecord
Returns the value of attribute aws_ses_managed_status.
-
#customer_managed_status ⇒ Types::StatusRecord
Returns the value of attribute customer_managed_status.
-
#reputation_entity_reference ⇒ ::String
Returns the value of attribute reputation_entity_reference.
-
#reputation_entity_type ⇒ "RESOURCE"
Returns the value of attribute reputation_entity_type.
-
#reputation_impact ⇒ "LOW", "HIGH"
Returns the value of attribute reputation_impact.
-
#reputation_management_policy ⇒ ::String
Returns the value of attribute reputation_management_policy.
-
#sending_status_aggregate ⇒ "ENABLED", ...
Returns the value of attribute sending_status_aggregate.
Instance Attribute Details
#aws_ses_managed_status ⇒ Types::StatusRecord
Returns the value of attribute aws_ses_managed_status.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def aws_ses_managed_status @aws_ses_managed_status end |
#customer_managed_status ⇒ Types::StatusRecord
Returns the value of attribute customer_managed_status.
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.
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.
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.
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.
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.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def sending_status_aggregate @sending_status_aggregate end |