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

#investigations::Array[Types::InvestigationSummary]

Returns the value of attribute investigations.

Returns:



1938
1939
1940
# File 'sig/types.rbs', line 1938

def investigations
  @investigations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1939
1940
1941
# File 'sig/types.rbs', line 1939

def next_token
  @next_token
end