Class: Aws::Types::ListReputationEntitiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListReputationEntitiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ ::Hash[("ENTITY_TYPE" | "REPUTATION_IMPACT" | "SENDING_STATUS" | "ENTITY_REFERENCE_PREFIX"), ::String]
Returns the value of attribute filter.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
Instance Attribute Details
#filter ⇒ ::Hash[("ENTITY_TYPE" | "REPUTATION_IMPACT" | "SENDING_STATUS" | "ENTITY_REFERENCE_PREFIX"), ::String]
Returns the value of attribute filter.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def filter @filter end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def next_token @next_token end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def page_size @page_size end |