Class: Aws::Types::ListInvestigationsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#investigation_details::Array[Types::InvestigationDetail]

Returns the value of attribute investigation_details.

Returns:



293
294
295
# File 'sig/types.rbs', line 293

def investigation_details
  @investigation_details
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def next_token
  @next_token
end