Class: Aws::SecurityHub::Types::GetFindingsV2Response

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<Hash,Array,String,Numeric,Boolean>

An array of security findings returned by the operation.

Returns:

  • (Array<Hash,Array,String,Numeric,Boolean>)


25807
25808
25809
25810
25811
25812
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25807

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

#next_tokenString

The pagination token to use to request the next page of results. Otherwise, this parameter is null.

Returns:

  • (String)


25807
25808
25809
25810
25811
25812
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25807

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