Class: Aws::Types::ListDetectMitigationActionsTasksRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDetectMitigationActionsTasksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3195 3196 3197 |
# File 'sig/types.rbs', line 3195 def end_time @end_time end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3192 3193 3194 |
# File 'sig/types.rbs', line 3192 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3193 3194 3195 |
# File 'sig/types.rbs', line 3193 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3194 3195 3196 |
# File 'sig/types.rbs', line 3194 def start_time @start_time end |