Class: Aws::SecurityHub::Types::BatchUpdateStandardsControlAssociationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#standards_control_association_updatesArray<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