Class: Aws::Types::GetReputationEntityRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetReputationEntityRequest
- 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.
Instance Attribute Details
#reputation_entity_reference ⇒ ::String
Returns the value of attribute reputation_entity_reference.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def reputation_entity_reference @reputation_entity_reference end |
#reputation_entity_type ⇒ "RESOURCE"
Returns the value of attribute reputation_entity_type.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def reputation_entity_type @reputation_entity_type end |