Class: Aws::Types::BatchGetFindingDetailsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array[Types::FindingDetailsError]

Returns the value of attribute errors.

Returns:



382
383
384
# File 'sig/types.rbs', line 382

def errors
  @errors
end

#finding_details::Array[Types::FindingDetail]

Returns the value of attribute finding_details.

Returns:



381
382
383
# File 'sig/types.rbs', line 381

def finding_details
  @finding_details
end