Class: Aws::SecurityHub::Types::GetFindingsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#findingsArray<Types::AwsSecurityFinding>

The findings that matched the filters specified in the request.

Returns:



24548
24549
24550
24551
24552
24553
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24548

class GetFindingsResponse < Struct.new(
  :findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token to use to request the next page of results.

Returns:

  • (String)


24548
24549
24550
24551
24552
24553
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24548

class GetFindingsResponse < Struct.new(
  :findings,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end