Class: Aws::Types::GetFindingsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detector_id::String

Returns the value of attribute detector_id.

Returns:

  • (::String)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def detector_id
  @detector_id
end

#finding_ids::Array[::String]

Returns the value of attribute finding_ids.

Returns:

  • (::Array[::String])


1306
1307
1308
# File 'sig/types.rbs', line 1306

def finding_ids
  @finding_ids
end

#sort_criteriaTypes::SortCriteria

Returns the value of attribute sort_criteria.

Returns:



1307
1308
1309
# File 'sig/types.rbs', line 1307

def sort_criteria
  @sort_criteria
end