Class: Aws::Types::ListFindingsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#finding_ids::Array[::String]

Returns the value of attribute finding_ids.

Returns:

  • (::Array[::String])


1911
1912
1913
# File 'sig/types.rbs', line 1911

def finding_ids
  @finding_ids
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1912
1913
1914
# File 'sig/types.rbs', line 1912

def next_token
  @next_token
end