Class: Aws::Types::GetFindingHistoryResponse

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)


6004
6005
6006
# File 'sig/types.rbs', line 6004

def next_token
  @next_token
end

#records::Array[Types::FindingHistoryRecord]

Returns the value of attribute records.

Returns:



6003
6004
6005
# File 'sig/types.rbs', line 6003

def records
  @records
end