Class: Aws::Types::ListDetectMitigationActionsExecutionsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions_executions::Array[Types::DetectMitigationActionExecution]

Returns the value of attribute actions_executions.



3186
3187
3188
# File 'sig/types.rbs', line 3186

def actions_executions
  @actions_executions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3187
3188
3189
# File 'sig/types.rbs', line 3187

def next_token
  @next_token
end