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.
22875 22876 22877 22878 22879 |
# File 'lib/aws-sdk-securityhub/types.rb', line 22875 class BatchUpdateStandardsControlAssociationsRequest < Struct.new( :standards_control_association_updates) SENSITIVE = [] include Aws::Structure end |