Class: Aws::Types::UpdateReputationEntityPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateReputationEntityPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reputation_entity_policy ⇒ ::String
Returns the value of attribute reputation_entity_policy.
-
#reputation_entity_reference ⇒ ::String
Returns the value of attribute reputation_entity_reference.
-
#reputation_entity_type ⇒ "RESOURCE"
Returns the value of attribute reputation_entity_type.
Instance Attribute Details
#reputation_entity_policy ⇒ ::String
Returns the value of attribute reputation_entity_policy.
2199 2200 2201 |
# File 'sig/types.rbs', line 2199 def reputation_entity_policy @reputation_entity_policy end |
#reputation_entity_reference ⇒ ::String
Returns the value of attribute reputation_entity_reference.
2198 2199 2200 |
# File 'sig/types.rbs', line 2198 def reputation_entity_reference @reputation_entity_reference end |
#reputation_entity_type ⇒ "RESOURCE"
Returns the value of attribute reputation_entity_type.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def reputation_entity_type @reputation_entity_type end |