Class: Aws::Types::ListResourceEvaluationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListResourceEvaluationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ Types::ResourceEvaluationFilters
Returns the value of attribute filters.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filters ⇒ Types::ResourceEvaluationFilters
Returns the value of attribute filters.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def filters @filters end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def next_token @next_token end |