Class: Aws::Types::ListDetectMitigationActionsTasksResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3201
3202
3203
# File 'sig/types.rbs', line 3201

def next_token
  @next_token
end

#tasks::Array[Types::DetectMitigationActionsTaskSummary]

Returns the value of attribute tasks.



3200
3201
3202
# File 'sig/types.rbs', line 3200

def tasks
  @tasks
end