Class: Aws::SecurityHub::Types::GetFindingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetFindingsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#findings ⇒ Array<Types::AwsSecurityFinding>
The findings that matched the filters specified in the request.
-
#next_token ⇒ String
The pagination token to use to request the next page of results.
Instance Attribute Details
#findings ⇒ Array<Types::AwsSecurityFinding>
The findings that matched the filters specified in the request.
25646 25647 25648 25649 25650 25651 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25646 class GetFindingsResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use to request the next page of results.
25646 25647 25648 25649 25650 25651 |
# File 'lib/aws-sdk-securityhub/types.rb', line 25646 class GetFindingsResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |