Class: Aws::Types::ListDetectorsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDetectorsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#state_name ⇒ ::String
Returns the value of attribute state_name.
Instance Attribute Details
#detector_model_name ⇒ ::String
Returns the value of attribute detector_model_name.
289 290 291 |
# File 'sig/types.rbs', line 289 def detector_model_name @detector_model_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
292 293 294 |
# File 'sig/types.rbs', line 292 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
291 292 293 |
# File 'sig/types.rbs', line 291 def next_token @next_token end |
#state_name ⇒ ::String
Returns the value of attribute state_name.
290 291 292 |
# File 'sig/types.rbs', line 290 def state_name @state_name end |