Class: Aws::SecurityHub::Types::ListStandardsControlAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListStandardsControlAssociationsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination parameter that’s included in the response only if it was included in the request.
-
#standards_control_association_summaries ⇒ Array<Types::StandardsControlAssociationSummary>
An array that provides the enablement status and other details for each security control that applies to each enabled standard.
Instance Attribute Details
#next_token ⇒ String
A pagination parameter that’s included in the response only if it was included in the request.
26690 26691 26692 26693 26694 26695 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26690 class ListStandardsControlAssociationsResponse < Struct.new( :standards_control_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#standards_control_association_summaries ⇒ Array<Types::StandardsControlAssociationSummary>
An array that provides the enablement status and other details for each security control that applies to each enabled standard.
26690 26691 26692 26693 26694 26695 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26690 class ListStandardsControlAssociationsResponse < Struct.new( :standards_control_association_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |