Class: Aws::SecurityHub::Types::DescribeStandardsControlsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DescribeStandardsControlsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#controls ⇒ Array<Types::StandardsControl>
A list of security standards controls.
-
#next_token ⇒ String
The pagination token to use to request the next page of results.
Instance Attribute Details
#controls ⇒ Array<Types::StandardsControl>
A list of security standards controls.
24420 24421 24422 24423 24424 24425 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24420 class DescribeStandardsControlsResponse < Struct.new( :controls, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use to request the next page of results.
24420 24421 24422 24423 24424 24425 |
# File 'lib/aws-sdk-securityhub/types.rb', line 24420 class DescribeStandardsControlsResponse < Struct.new( :controls, :next_token) SENSITIVE = [] include Aws::Structure end |