Class: Aws::Inspector2::Types::ListCisScanConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ListCisScanConfigurationsResponse
- Defined in:
- gems/aws-sdk-inspector2/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.
-
#scan_configurations ⇒ Array<Types::CisScanConfiguration>
The CIS scan configuration scan configurations.
Instance Attribute Details
#next_token ⇒ String
The pagination token from a previous request that's used to retrieve the next page of results.
4684 4685 4686 4687 4688 4689 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4684 class ListCisScanConfigurationsResponse < Struct.new( :next_token, :scan_configurations) SENSITIVE = [] include Aws::Structure end |
#scan_configurations ⇒ Array<Types::CisScanConfiguration>
The CIS scan configuration scan configurations.
4684 4685 4686 4687 4688 4689 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 4684 class ListCisScanConfigurationsResponse < Struct.new( :next_token, :scan_configurations) SENSITIVE = [] include Aws::Structure end |