Class: Aws::Types::ListResourceEvaluationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#filtersTypes::ResourceEvaluationFilters

Returns the value of attribute filters.

Returns:



1466
1467
1468
# File 'sig/types.rbs', line 1466

def filters
  @filters
end

#limit::Integer

Returns the value of attribute limit.

Returns:



1467
1468
1469
# File 'sig/types.rbs', line 1467

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1468
1469
1470
# File 'sig/types.rbs', line 1468

def next_token
  @next_token
end