Class: Aws::Types::BatchImportFindingsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failed_count::Integer

Returns the value of attribute failed_count.

Returns:

  • (::Integer)


4827
4828
4829
# File 'sig/types.rbs', line 4827

def failed_count
  @failed_count
end

#failed_findings::Array[Types::ImportFindingsError]

Returns the value of attribute failed_findings.

Returns:



4829
4830
4831
# File 'sig/types.rbs', line 4829

def failed_findings
  @failed_findings
end

#success_count::Integer

Returns the value of attribute success_count.

Returns:

  • (::Integer)


4828
4829
4830
# File 'sig/types.rbs', line 4828

def success_count
  @success_count
end