Class: Aws::Inspector2::Types::ListCisScansResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ListCisScansResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token from a previous request that’s used to retrieve the next page of results.
-
#scans ⇒ Array<Types::CisScan>
The CIS scans.
Instance Attribute Details
#next_token ⇒ String
The pagination token from a previous request that’s used to retrieve the next page of results.
4913 4914 4915 4916 4917 4918 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4913 class ListCisScansResponse < Struct.new( :next_token, :scans) SENSITIVE = [] include Aws::Structure end |
#scans ⇒ Array<Types::CisScan>
The CIS scans.
4913 4914 4915 4916 4917 4918 |
# File 'lib/aws-sdk-inspector2/types.rb', line 4913 class ListCisScansResponse < Struct.new( :next_token, :scans) SENSITIVE = [] include Aws::Structure end |