Class: Aws::SecurityHub::Types::BatchUpdateStandardsControlAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::BatchUpdateStandardsControlAssociationsRequest
- Defined in:
- gems/aws-sdk-securityhub/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.
21963 21964 21965 21966 21967 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 21963 class BatchUpdateStandardsControlAssociationsRequest < Struct.new( :standards_control_association_updates) SENSITIVE = [] include Aws::Structure end |