Class: Aws::Types::ListInvestigationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_criteriaTypes::FilterCriteria

Returns the value of attribute filter_criteria.



287
288
289
# File 'sig/types.rbs', line 287

def filter_criteria
  @filter_criteria
end

#graph_arn::String

Returns the value of attribute graph_arn.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def graph_arn
  @graph_arn
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


286
287
288
# File 'sig/types.rbs', line 286

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


285
286
287
# File 'sig/types.rbs', line 285

def next_token
  @next_token
end

#sort_criteriaTypes::SortCriteria

Returns the value of attribute sort_criteria.

Returns:



288
289
290
# File 'sig/types.rbs', line 288

def sort_criteria
  @sort_criteria
end