Class: Aws::Types::ListDetectMitigationActionsExecutionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDetectMitigationActionsExecutionsRequest
- 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.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
-
#violation_id ⇒ ::String
Returns the value of attribute violation_id.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
3179 3180 3181 |
# File 'sig/types.rbs', line 3179 def end_time @end_time end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3180 3181 3182 |
# File 'sig/types.rbs', line 3180 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3181 3182 3183 |
# File 'sig/types.rbs', line 3181 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
3178 3179 3180 |
# File 'sig/types.rbs', line 3178 def start_time @start_time end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
3175 3176 3177 |
# File 'sig/types.rbs', line 3175 def task_id @task_id end |
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
3177 3178 3179 |
# File 'sig/types.rbs', line 3177 def thing_name @thing_name end |
#violation_id ⇒ ::String
Returns the value of attribute violation_id.
3176 3177 3178 |
# File 'sig/types.rbs', line 3176 def violation_id @violation_id end |