Class: Aws::SecurityHub::Types::BatchUpdateStandardsControlAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchUpdateStandardsControlAssociationsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#standards_control_association_updates ⇒ Array<Types::StandardsControlAssociationUpdate>
Updates the enablement status of a security control in a specified standard.
Instance Attribute Details
#standards_control_association_updates ⇒ Array<Types::StandardsControlAssociationUpdate>
Updates the enablement status of a security control in a specified standard.
Calls to this operation return a ‘RESOURCE_NOT_FOUND_EXCEPTION` error when the standard subscription for the control has `StandardsControlsUpdatable` value `NOT_READY_FOR_UPDATES`.
21967 21968 21969 21970 21971 |
# File 'lib/aws-sdk-securityhub/types.rb', line 21967 class BatchUpdateStandardsControlAssociationsRequest < Struct.new( :standards_control_association_updates) SENSITIVE = [] include Aws::Structure end |