Class: Aws::Types::UpdateReputationEntityCustomerManagedStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReputationEntityCustomerManagedStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reputation_entity_reference ⇒ ::String
Returns the value of attribute reputation_entity_reference.
-
#reputation_entity_type ⇒ "RESOURCE"
Returns the value of attribute reputation_entity_type.
-
#sending_status ⇒ "ENABLED", ...
Returns the value of attribute sending_status.
Instance Attribute Details
#reputation_entity_reference ⇒ ::String
Returns the value of attribute reputation_entity_reference.
2188 2189 2190 |
# File 'sig/types.rbs', line 2188 def reputation_entity_reference @reputation_entity_reference end |
#reputation_entity_type ⇒ "RESOURCE"
Returns the value of attribute reputation_entity_type.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def reputation_entity_type @reputation_entity_type end |
#sending_status ⇒ "ENABLED", ...
Returns the value of attribute sending_status.
2189 2190 2191 |
# File 'sig/types.rbs', line 2189 def sending_status @sending_status end |