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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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>)


25824
25825
25826
25827
25828
25829
# File 'lib/aws-sdk-securityhub/types.rb', line 25824

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)


25824
25825
25826
25827
25828
25829
# File 'lib/aws-sdk-securityhub/types.rb', line 25824

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