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.
22865 22866 22867 22868 22869 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22865 class BatchUpdateStandardsControlAssociationsRequest < Struct.new( :standards_control_association_updates) SENSITIVE = [] include Aws::Structure end |