Class: Aws::Types::ListReputationEntitiesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#filter::Hash[("ENTITY_TYPE" | "REPUTATION_IMPACT" | "SENDING_STATUS" | "ENTITY_REFERENCE_PREFIX"), ::String]

Returns the value of attribute filter.

Returns:



1334
1335
1336
# File 'sig/types.rbs', line 1334

def filter
  @filter
end

#next_token::String

Returns the value of attribute next_token.

Returns:



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.

Returns:



1336
1337
1338
# File 'sig/types.rbs', line 1336

def page_size
  @page_size
end