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.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def aws_ses_managed_status @aws_ses_managed_status end |
#customer_managed_status ⇒ Types::StatusRecord
Returns the value of attribute customer_managed_status.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def customer_managed_status @customer_managed_status end |
#reputation_entity_reference ⇒ ::String
Returns the value of attribute reputation_entity_reference.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def reputation_entity_reference @reputation_entity_reference end |
#reputation_entity_type ⇒ "RESOURCE"
Returns the value of attribute reputation_entity_type.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def reputation_entity_type @reputation_entity_type end |
#reputation_impact ⇒ "LOW", "HIGH"
Returns the value of attribute reputation_impact.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def reputation_impact @reputation_impact end |
#reputation_management_policy ⇒ ::String
Returns the value of attribute reputation_management_policy.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def reputation_management_policy @reputation_management_policy end |
#sending_status_aggregate ⇒ "ENABLED", ...
Returns the value of attribute sending_status_aggregate.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def sending_status_aggregate @sending_status_aggregate end |