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.
24694 24695 24696 24697 24698 24699 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24694 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.
24694 24695 24696 24697 24698 24699 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24694 class GetFindingsResponse < Struct.new( :findings, :next_token) SENSITIVE = [] include Aws::Structure end |