Class: Aws::Types::DescribeEvaluationsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEvaluationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eq ⇒ ::String
Returns the value of attribute eq.
-
#filter_variable ⇒ "CreatedAt", ...
Returns the value of attribute filter_variable.
-
#ge ⇒ ::String
Returns the value of attribute ge.
-
#gt ⇒ ::String
Returns the value of attribute gt.
-
#le ⇒ ::String
Returns the value of attribute le.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#lt ⇒ ::String
Returns the value of attribute lt.
-
#ne ⇒ ::String
Returns the value of attribute ne.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#sort_order ⇒ "asc", "dsc"
Returns the value of attribute sort_order.
Instance Attribute Details
#eq ⇒ ::String
Returns the value of attribute eq.
269 270 271 |
# File 'sig/types.rbs', line 269 def eq @eq end |
#filter_variable ⇒ "CreatedAt", ...
Returns the value of attribute filter_variable.
268 269 270 |
# File 'sig/types.rbs', line 268 def filter_variable @filter_variable end |
#ge ⇒ ::String
Returns the value of attribute ge.
272 273 274 |
# File 'sig/types.rbs', line 272 def ge @ge end |
#gt ⇒ ::String
Returns the value of attribute gt.
270 271 272 |
# File 'sig/types.rbs', line 270 def gt @gt end |
#le ⇒ ::String
Returns the value of attribute le.
273 274 275 |
# File 'sig/types.rbs', line 273 def le @le end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
278 279 280 |
# File 'sig/types.rbs', line 278 def limit @limit end |
#lt ⇒ ::String
Returns the value of attribute lt.
271 272 273 |
# File 'sig/types.rbs', line 271 def lt @lt end |
#ne ⇒ ::String
Returns the value of attribute ne.
274 275 276 |
# File 'sig/types.rbs', line 274 def ne @ne end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
277 278 279 |
# File 'sig/types.rbs', line 277 def next_token @next_token end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
275 276 277 |
# File 'sig/types.rbs', line 275 def prefix @prefix end |
#sort_order ⇒ "asc", "dsc"
Returns the value of attribute sort_order.
276 277 278 |
# File 'sig/types.rbs', line 276 def sort_order @sort_order end |