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.
6188 6189 6190 6191 6192 6193 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6188 class ListCisScansResponse < Struct.new( :scans, :next_token) SENSITIVE = [] include Aws::Structure end |
#scans ⇒ Array<Types::CisScan>
The CIS scans.
6188 6189 6190 6191 6192 6193 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6188 class ListCisScansResponse < Struct.new( :scans, :next_token) SENSITIVE = [] include Aws::Structure end |