Class: Aws::Types::ListReputationEntitiesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListReputationEntitiesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#reputation_entities ⇒ ::Array[Types::ReputationEntity]
Returns the value of attribute reputation_entities.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def next_token @next_token end |
#reputation_entities ⇒ ::Array[Types::ReputationEntity]
Returns the value of attribute reputation_entities.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def reputation_entities @reputation_entities end |