Class: Aws::SecurityHub::Types::BatchGetStandardsControlAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchGetStandardsControlAssociationsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#standards_control_association_details ⇒ Array<Types::StandardsControlAssociationDetail>
Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
-
#unprocessed_associations ⇒ Array<Types::UnprocessedStandardsControlAssociation>
A security control (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.
Instance Attribute Details
#standards_control_association_details ⇒ Array<Types::StandardsControlAssociationDetail>
Provides the enablement status of a security control in a specified standard and other details for the control in relation to the specified standard.
22598 22599 22600 22601 22602 22603 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22598 class BatchGetStandardsControlAssociationsResponse < Struct.new( :standards_control_association_details, :unprocessed_associations) SENSITIVE = [] include Aws::Structure end |
#unprocessed_associations ⇒ Array<Types::UnprocessedStandardsControlAssociation>
A security control (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) whose enablement status in a specified standard cannot be returned.
22598 22599 22600 22601 22602 22603 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22598 class BatchGetStandardsControlAssociationsResponse < Struct.new( :standards_control_association_details, :unprocessed_associations) SENSITIVE = [] include Aws::Structure end |