Class: Aws::SecurityHub::Types::BatchUpdateStandardsControlAssociationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchUpdateStandardsControlAssociationsResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#unprocessed_association_updates ⇒ Array<Types::UnprocessedStandardsControlAssociationUpdate>
A security control (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) whose enablement status in a specified standard couldn’t be updated.
Instance Attribute Details
#unprocessed_association_updates ⇒ Array<Types::UnprocessedStandardsControlAssociationUpdate>
A security control (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) whose enablement status in a specified standard couldn’t be updated.
22879 22880 22881 22882 22883 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22879 class BatchUpdateStandardsControlAssociationsResponse < Struct.new( :unprocessed_association_updates) SENSITIVE = [] include Aws::Structure end |